Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/labs/systems_administration_I/lab7-software_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,9 @@ Take the time synchronization program `chrony` as an example to illustrate the m

The output is broken down into 3 separate columns.

- **First Column (S.5....T.)**
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 ".".
- **First column (S.5....T.)**

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 ".".

These 9 different fields or checks are described here:

Expand All @@ -837,13 +837,14 @@ Take the time synchronization program `chrony` as an example to illustrate the m
- T: Whether the mTime (modify time) of the file has been modified.
- P: Whether the program function has been modified.

- **Second Column (c)**
- **Second column (c)**

- **c**: Indicates modifications to the configuration file. It can also be the following values:
- d: documentation file.
- g: ghost file. Very few can be seen.
- l: license file.
- r: readme file.
**c** indicates modifications to the configuration file. It can also be the following values:

- d: documentation file
- g: ghost file. Very few can be seen
- l: license file
- r: readme file

- **Third column (/etc/chrony.conf)**

Expand Down