OS Patch level command

Hi

Do let me know how to find OS Patch 's installed on Linux server ?

Thanks
~ SPai

use the command "swlist -l" or pkginfo -l"

-- Jayan Jayaseelan

Which distribution of Linux?

  • RPM based (SuSE, Fedora, RHEL, CentOS, ...): rpm -qa
  • DEB based (Debian, Ubuntu, ...): aptitude search ~i
  • Portage based (Gentoo, ...): equery list (provided by gentoolkit)
  • Slackware, LFS: your brain and/or any notes you kept

Please don't list commands for HPUX or Solaris on a Linux forum when people are coming for real answers.