Hi there,
Is there a way to check patch level of a Suse and Redhat servers (any version)? The goal of this check is to ensure that the server is up-to-date with all latest patches.
Thanks,
V
Printable View
Hi there,
Is there a way to check patch level of a Suse and Redhat servers (any version)? The goal of this check is to ensure that the server is up-to-date with all latest patches.
Thanks,
V
Using `uname -a` will show you the kernel revision.
Using `rpm -qa` (long list) will show you all the installed RPMs and their versions.