|
|
Chapter 20. Mini-GuidesThe mini-guides chapter is a section of the document that describes certain concepts in more depth than the usual command descriptions. The information listed is fairly specific as I have tried to avoid the duplication of too much information that is already online. RPM: Redhat Package Management SystemUse the rpm -V option to check whether or not a package has been modified. For example: rpm -V textutils If none of the files from the textutils package have changed then rpm will exit without outputting any data. If, on the other hand, the program has changed, you may see something like this: U.5....T /bin/cat This isn't as cryptic as it appears. The line returned from rpm -V contains any number of eight characters plus the full path to the file. Here are the characters and their meaning:[1]
Notes
|