| Flags |
DESCRIPTION |
5 |
The file has changed (against an MD5 check). |
S |
The file size has changed. |
L |
The file's symbolic link status has changed. |
T |
The file's modification time has changed. |
D |
The file's device has changed. |
UG |
The file's ownership has changed. |
M |
The file's mode has changed. |
c |
Indicates the file is a configuration file. |
When you get an application that is packaged in RPM format, you typically get a single file. The command used to work with RPM package files is rpm. To manage RPM packages, the rpm command has options that let you list all the packages that are installed, upgrade existing packages to newer versions, and query packages for information (such as the files or documentation included with the package). There is also a verify option that lets you check that all files that make up the package are present and unchanged. The rpm command has these modes of operation: