Click to See Complete Forum and Search --> : What services are running


optimised
08-06-2001, 08:50 PM
Is the a way to tell if named or httpd are running.

Pras
08-06-2001, 09:03 PM
Just do a 'ps aux | grep named' to see if it's up. This will search the list of currently running process for the string after the 'grep' command and output the results.

optimised
08-06-2001, 09:22 PM
Thanks ~ worked fine