Results 1 to 4 of 4
Hi All,
As i am new to Linux, i want to know the Linux Command to check the Services
running status on my server?
Can some one please tell me ...
- 09-16-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Linux Command to check the services status
Hi All,
As i am new to Linux, i want to know the Linux Command to check the Services
running status on my server?
Can some one please tell me regarding this?
- 09-16-2008 #2
In the command window
ps -A
will list all processes
top
will show activity of the process.
In Yast
System-System Services
will show all services and allow you to toggle their state
- 09-17-2008 #3Just Joined!
- Join Date
- Dec 2007
- Location
- chennai-TN,India
- Posts
- 42
Hi,
Thanks for the reply.
But,
myserver:~ # /etc/init.d/mysql status
MySQL running (787
done
Like that i want to list all the services like MYSQL,APACHE and other SERVICE STATUS
- 09-17-2008 #4


Reply With Quote