您好,登錄后才能下訂單哦!
不懂使用linux中rpmverify命令驗證已安裝RPM軟件包的正確性?其實想解決這個問題也不難,下面讓小編帶著大家一起學習怎么去解決,希望大家閱讀完這篇文章后大所收獲。
rpmverify命令用來驗證已安裝的rpm軟件包的正確性。
語法格式: rpmverify [參數]
常用參數:
-Va | 驗證所有軟件包 |
-Vf | 驗證指定軟件包 |
--nomd5 | 不驗證軟件包的md5摘要 |
參考實例
驗證所有軟件包:
[root@linuxcool ~]# rpmverify -Va
改變軟件包權限:
[root@linuxcool ~]# rpmverify -Vf /bin/touch [root@linuxcool ~]# rpm -qf /bin/touch coreutils-8.4-43.el6.x86_64 [root@linuxcool ~]# vim /bin/touch [root@linuxcool ~]# ll -h /bin/touch -rwxr-xr-x. 1 root root 47K May 11 2016 /bin/touch [root@linuxcool ~]# chmod 777 /bin/touch [root@linuxcool ~]# ll -h /bin/touch -rwxrwxrwx. 1 root root 47K May 11 2016 /bin/touch [root@linuxcool ~]# rpmverify -Vf /bin/touch .M....... /bin/touch
如果恢復權限后:
[root@linuxcool ~]# chmod 755 /bin/touch [root@linuxcool ~]# ll -h /bin/touch -rwxr-xr-x. 1 root root 47K May 11 2016 /bin/touch [root@linuxcool ~]# rpmverify -Vf /bin/touch
如果編輯一個文件,并增加內容,如果修改過來,修改時間就會變化:
[root@linuxcool ~]# rpmverify -Vf /etc/ssh/sshd_config #增加內容 S.5....T. c /etc/ssh/sshd_config [root@linuxcool ~]# vim /etc/ssh/sshd_config #去掉增加內容 [root@linuxcool ~]# rpmverify -Vf /etc/ssh/sshd_config .......T. c /etc/ssh/sshd_config
不驗證軟件包的md5摘要:
[root@linuxcool ~]# rpmverify --nomd5 -Vf /bin/touch
感謝你能夠認真閱讀完這篇文章,希望小編分享使用linux中rpmverify命令驗證已安裝RPM軟件包的正確性內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。