Just thought I'd summarise what the two previous posters said:
To check for and list any available updates, you do
...download and install any available updates:
...enable the nightly yum update service:
Code:
# chkconfig yum on
# service yum start
(I'm not entirely sure the
service invocation is needed)
...read more about yum in the manual pages: