Saturday, November 15, 2008

RPM Queries

Syntax
rpm –q what_packages what_information
Or rpmquery
Installed Package Options :


rpm –qa queries all installed packages
rpm –qf filename #shows owning package
rpm –qi package_name #general information
rpm –ql package_name # lists files in package

No comments:

Ansible Playbook to collect uptime of servers

Hi,  This is to explain how we can write a small playbook to collect uptime of all servers in our environment. We can use our own server l...