Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    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

  3. #3
    Just 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

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Go to Yast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...