Results 1 to 7 of 7
Hi gurus
As per my previous thread you know I am a nebbbiiieeee,
I need to know how to list all services running on my machine, what command can I ...
- 06-06-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 6
Running Services
Hi gurus
As per my previous thread you know I am a nebbbiiieeee,
I need to know how to list all services running on my machine, what command can I use.
I know this is time for you guys so if you can help me with a link where I can start learning linux , it also would be nice.
Thanks a bunch
- 06-06-2007 #2OR install htop. its much better than top.Code:
top
check LinuxCommand.org: Learn the Linux command line. Write shell scripts. for basic commands stuff.I know this is time for you guys so if you can help me with a link where I can start learning linux , it also would be nice.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-06-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 6
Thanks Guru
I can see all taks running on the box but how about services running on the box
Thanks a bunch
- 06-07-2007 #4Just Joined!
- Join Date
- May 2007
- Posts
- 6
Hi gurus
Can Anyone help me on this
Thanks a bunch
- 06-08-2007 #5
hmmm... what is the difference between Tasks and Services? if you want to check services that starts at boot up, look into init scripts. which distro do you have?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-08-2007 #6
What Linux distribution are you using? It helps if you can put it in your profile if you want accurate answers.
On Redhat based distros (and Mandriva), you can check services by doing
orCode:#chkconfig --list
The second command is better because it lets you know whether the service is actually running or not. The first one just lists all services and whether they are enabled or disabled.Code:#service --status-all
- 06-08-2007 #7
both commands are not available in Ubuntu Feisty,
its
Code:serviceconfig
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
