GOOGLE Search

Google
 

Wednesday, March 26, 2008

Linux Tip No. 34: How to Check Services

This command is used to start/stop your services.

service   start/stop/restart/status
To Start:
[root@jepoy ~]# service httpd start

To Stop:
[root@jepoy ~]# service httpd stop

To Restart:
[root@jepoy ~]# service httpd restart

To check:
[root@jepoy ~]# service httpd status


2 comments:

Anonymous said...

mantab

Anupam said...

I really like your Blog.