You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/labs/systems_administration_I/lab7-software_management.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -821,9 +821,9 @@ Take the time synchronization program `chrony` as an example to illustrate the m
821
821
822
822
The output is broken down into 3 separate columns.
823
823
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 ".".
827
827
828
828
These 9 different fields or checks are described here:
829
829
@@ -837,13 +837,14 @@ Take the time synchronization program `chrony` as an example to illustrate the m
837
837
- T: Whether the mTime (modify time) of the file has been modified.
838
838
- P: Whether the program function has been modified.
839
839
840
-
- **Second Column (c)**
840
+
- **Second column (c)**
841
841
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:
0 commit comments