Skip to content

Commit 8c6c190

Browse files
07-file-systems.md (#2460)
Grammar check
1 parent f306883 commit 8c6c190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/books/admin_guide/07-file-systems.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ These are the pipe (*pipes*) and the *socket* files.
771771

772772
#### Link files
773773

774-
These files allow the possibility of giving several logical names to the same physical file. A new access point to the file is therefore created.
774+
These files allow the possibility of giving several logical names to the same physical file, creating a new access point to the file.
775775

776776
There are two types of link files:
777777

@@ -783,7 +783,7 @@ Their main features are:
783783
| Link types | Description |
784784
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
785785
| 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. |
786-
| 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. |
786+
| Hard link file | This file represents different mappings occupying 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 in directories. |
787787

788788
Specific examples are as follows:
789789

@@ -1018,7 +1018,7 @@ $ ls -la umask_025
10181018

10191019
!!! Note
10201020

1021-
In the above example, the operation of using commands to modify masks is only applicable to the currently connected session.
1021+
In the above example, using commands to modify masks applies only to the currently connected session.
10221022

10231023
!!! info
10241024

0 commit comments

Comments
 (0)