Thursday, January 21, 2010

How to verify if a service is running

1.Type this command to see all the services status:
sudo service --status-all
2.To verify the status of one service type:
sudo service cups status
2.The service command can be used to start or stop a service if you know the service name :
sudo service cups stop (stops the printing service)
sudo service cups start (starts the printing service)

No comments:

Post a Comment