To list all available security updates without installing them, I run this
and this syntax is working on redhat 6 and 7
# yum list-security --security
please advice what is the syntax for redhat 5?
I try the
yum list-security --security
but this syntax not runing corectly on redhat 5
from redhat doc -
For Red Hat Enterprise Linux 5
To list all available security updates without installing them, run: Raw
# yum list-security --security
You have to first install the yum security plugin.
Then do, as you have above.
Note, I don't have a RHEL5 system around any more to test this.
Source: https://access.redhat.com/solutions/10021