Skip to content

Commit 70a9ca2

Browse files
authored
# fixes: (#1222)
* typos * minor wording * admonition label
1 parent 9616b9d commit 70a9ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The preparation, without _LVM_, of the physical media goes through five steps:
159159

160160
## Logical Volume Manager (LVM)
161161

162-
**L**ogical **V**olume **M**anager (*LVM]*)
162+
**L**ogical **V**olume **M**anager (*LVM*)
163163

164164
The partition created by the **standard partition** cannot dynamically adjust the resources of the hard disk, once the partition is mounted, the capacity is completely fixed, this constraint is unacceptable on the server. Although the standard partition can be forcibly expanded or shrunk through certain technical means, it is easy to cause data loss. LVM can solve this problem very well. LVM is available under Linux from kernel version 2.4, and its main features are:
165165

@@ -468,7 +468,7 @@ Its size corresponds to the rest of the available space of the partition. This a
468468

469469
These tables are written to the hard disk when the system is shut down.
470470

471-
!!! Danger
471+
!!! danger "Attention"
472472

473473
In the event of a sudden stop, the file system may lose its consistency and cause data loss.
474474

@@ -519,7 +519,7 @@ Text document, directory, binary, partition, network resource, screen, keyboard,
519519

520520
Linux meets the **FHS** (_Filesystems Hierarchy Standard_) (see `man hier`) which defines the names of folders and their roles.
521521

522-
| Directory | Observation | Abbreviation of |
522+
| Directory | Functionality | Abbreviation of |
523523
|------------|---------------------------------------------------------------|-------------------------------|
524524
| `/` | Contains special directories | |
525525
| `/boot` | Files related to system startup | |
@@ -962,7 +962,7 @@ This behavior is defined by the **default mask**.
962962

963963
The principle is to remove the value defined by the mask at maximum rights without the execution right.
964964

965-
For a directory :
965+
For a directory:
966966

967967
![How the SUID works](images/07-file-systems-017.png)
968968

0 commit comments

Comments
 (0)