|
With rpm -q -a you'll get a list of the installed rpm packages. With rpm -q <[beginning of] package name> you can see if a package is installed.
Check your running services with chkconfig --list. Read the man pages.
Last edited by Bebo; 09-16-2003 at 03:01 PM.
|