Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Command for services
« previous
next »
+
Print
Pages: [
1
]
Go Down
Command for services
5 Replies
465 Views
Del
Command for services
«
on:
May 24, 2003, 03:01:05 AM »
Hi Everyone,
I have searched the forums and not come up with a specific answer to my question, which is: What is the command to find out what services are running on my SME server? Do I have to check each one to see if it is running or can I check everything with one command? Sorry if this is a basic question.
Thanks in advance,
Del
Logged
steve
Re: Command for services
«
Reply #1 on:
May 24, 2003, 03:11:28 AM »
ps -ae
will give you a list of all processes running
also
top
will give you a menutype list of processes that are running and how much cpu they utilize
hit q to quit top
is that what you were looking for?
steve
Logged
steve
Re: Command for services
«
Reply #2 on:
May 24, 2003, 03:12:25 AM »
also
service --status-all
Logged
del
Re: Command for services
«
Reply #3 on:
May 24, 2003, 05:58:50 AM »
Hi Steve,
That's what I'm looking for, thanks a lot. One other thing, can I check the status of a single process, say squid or hylafax?
Thanks again,
Del
Logged
Doug M.
Re: Command for services
«
Reply #4 on:
May 24, 2003, 08:54:35 AM »
For squid: (I don't use hylafax)
/etc/rc.d/init.d/squid status
Logged
del
Re: Command for services
«
Reply #5 on:
May 25, 2003, 07:11:58 AM »
Hi Doug,
I tried /etc/rc.d/init.d/hylafax status and it works OK
Thanks to all,
Del
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
Command for services