Results 1 to 4 of 4
If I type "rpm -V apache" and get "S.5....T c /etc/httpd/conf/httpd.conf" What is the s.5....T c part about? Could you explain it piece by piece please? Thanks....
- 03-16-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
Verifiying RPMs
If I type "rpm -V apache" and get "S.5....T c /etc/httpd/conf/httpd.conf" What is the s.5....T c part about? Could you explain it piece by piece please? Thanks.
- 03-16-2011 #2
S size, next is md5sum and T is timestamp. c represents that it's config file.
In other words, above output means,
Size, md5sum and Timestamp of file /etc/httpd/conf/httpd.conf have been changed but it's a config file so there is no need to worry.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-20-2011 #3Just Joined!
- Join Date
- Dec 2010
- Posts
- 66
- 03-20-2011 #4
It's a check system to verify that your downloads have not been corrupted. See this link for more info.
md5sum - Wikipedia, the free encyclopediaI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
