Skip to content

Commit

Permalink
Update docs/books/admin_guide/07-file-systems.md
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Croisé <[email protected]>
  • Loading branch information
sspencerwire and SergeCroise authored Sep 22, 2024
1 parent 027db90 commit 1173605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/books/admin_guide/07-file-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ Their main features are:

| Link types | Description |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| soft link file | This file is similar to a shortcut for Windows. It has permission of 0777 and points to the original file. When the original file is deleted, you can use `ls -l` to view the output information of the soft link file. In the output information, the file name of the soft link appears in red, and the pointed original file appears in red with a flashing prompt. |
| Soft link file | This file is similar to a shortcut for Windows. It has permission of 0777 and points to the original file. When the original file is deleted, you can use `ls -l` to view the output information of the soft link file. In the output information, the file name of the soft link appears in red, and the pointed original file appears in red with a flashing prompt. |
| Hard link file | This file represents different file mappings that occupy the same *inode* number. They can be updated synchronously (including file content, modification time, owner, group affiliation, access time, etc.). Hard linked files cannot span partitions and file systems, and cannot be used on directories. |

Specific examples are as follows:
Expand Down

0 comments on commit 1173605

Please sign in to comment.