Skip to content

Commit fdc1f4a

Browse files
authored
Make minor adjustments to the format and content (#3098)
* Make minor adjustments to the format and content * update * update02
1 parent e402614 commit fdc1f4a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/labs/systems_administration_I/lab7-software_management.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -821,9 +821,9 @@ Take the time synchronization program `chrony` as an example to illustrate the m
821821
822822
The output is broken down into 3 separate columns.
823823
824-
- **First Column (S.5....T.)**
825-
826-
The sample output - `S.5....T.` indicates the 9 fields that are used to indicate useful information about the validity of files in an RPM package. Any field or characteristic that passed a given check/test is indicated by a ".".
824+
- **First column (S.5....T.)**
825+
826+
Use 9 fields to represent the valid information of the file after the RPM software package is installed. Any field or characteristic that passed a given check/test is indicated by a ".".
827827
828828
These 9 different fields or checks are described here:
829829
@@ -837,13 +837,14 @@ Take the time synchronization program `chrony` as an example to illustrate the m
837837
- T: Whether the mTime (modify time) of the file has been modified.
838838
- P: Whether the program function has been modified.
839839
840-
- **Second Column (c)**
840+
- **Second column (c)**
841841
842-
- **c**: Indicates modifications to the configuration file. It can also be the following values:
843-
- d: documentation file.
844-
- g: ghost file. Very few can be seen.
845-
- l: license file.
846-
- r: readme file.
842+
**c** indicates modifications to the configuration file. It can also be the following values:
843+
844+
- d: documentation file
845+
- g: ghost file. Very few can be seen
846+
- l: license file
847+
- r: readme file
847848
848849
- **Third column (/etc/chrony.conf)**
849850

0 commit comments

Comments
 (0)