您好,登錄后才能下訂單哦!
今天小編給大家分享一下Linux的rpmverify命令如何使用的相關知識點,內容詳細,邏輯清晰,相信大部分人都還太了解這方面的知識,所以分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后有所收獲,下面我們一起來了解一下吧。
rpmverify [參數]
-Va | 驗證所有軟件包 |
---|---|
-Vf | 驗證指定軟件包 |
–nomd5 | 不驗證軟件包的md5摘要 |
驗證所有軟件包:
[root@linux265 ~]# rpmverify -Va
改變軟件包權限:
[root@linux265 ~]# rpmverify -Vf /bin/touch [root@linux265 ~]# rpm -qf /bin/touch coreutils-8.4-43.el6.x86_64 [root@linux265 ~]# vim /bin/touch [root@linux265 ~]# ll -h /bin/touch -rwxr-xr-x. 1 root root 47K May 11 2016 /bin/touch [root@linux265 ~]# chmod 777 /bin/touch [root@linux265 ~]# ll -h /bin/touch -rwxrwxrwx. 1 root root 47K May 11 2016 /bin/touch [root@linux265 ~]# rpmverify -Vf /bin/touch .M....... /bin/touch
如果恢復權限后:
[root@linux265 ~]# chmod 755 /bin/touch [root@linux265 ~]# ll -h /bin/touch -rwxr-xr-x. 1 root root 47K May 11 2016 /bin/touch [root@linux265 ~]# rpmverify -Vf /bin/touch
如果編輯一個文件,并增加內容,如果修改過來,修改時間就會變化:
[root@linux265 ~]# rpmverify -Vf /etc/ssh/sshd_config #增加內容 S.5....T. c /etc/ssh/sshd_config [root@linux265 ~]# vim /etc/ssh/sshd_config #去掉增加內容 [root@linux265 ~]# rpmverify -Vf /etc/ssh/sshd_config .......T. c /etc/ssh/sshd_config
不驗證軟件包的md5摘要:
[root@linux265 ~]# rpmverify --nomd5 -Vf /bin/touch
以上就是“Linux的rpmverify命令如何使用”這篇文章的所有內容,感謝各位的閱讀!相信大家閱讀完這篇文章都有很大的收獲,小編每天都會為大家更新不同的知識,如果還想學習更多的知識,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。