Introduction
This article covers how to verify system packages. This will allow you to see if any changes have been made to files supplied by the package.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the package manager application to verify the package.
- AlmaLinux, CloudLinux, or Rocky Linux
rpm -V $package
- Ubuntu
dpkg --verify $package
- AlmaLinux, CloudLinux, or Rocky Linux
Comments
0 comments
Article is closed for comments.