"[EMAIL PROTECTED]" wrote:
> When doing rpm -V package-name , what does
>
> ..?..... /path/of/file
>
> what does the markings in the front mean?
>
> Kirk
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
The format of the output is a string of 8 characters, a possible
"c" denoting a configuration file, and then the file name. Each
of the 8 characters denotes the result of a comparison of one
attribute of the file to the value of that attribute recorded in
the RPM database. A single "." (period) means the test passed.
The following characters denote failure of certain tests:
5 MD5 sum
S File size
L Symlink
T Mtime
D Device
U User
G Group
M Mode (includes permissions and file type)
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.