Find the answer to your Linux question:
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....
  1. #1
    Just 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.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just Joined!
    Join Date
    Dec 2010
    Posts
    66

    md5 checksum

    Quote Originally Posted by devils casper View Post
    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.
    So what is the md5sum all about? Thanks.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by Garrett85 View Post
    So what is the md5sum all about? Thanks.
    It's a check system to verify that your downloads have not been corrupted. See this link for more info.
    md5sum - Wikipedia, the free encyclopedia
    I 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...