search

Custom Search

dimanche 11 novembre 2012

How to start / stop Solaris services



Checking service status

# svcs -a







You can "grep" the wanted status => 

# svcs -a | grep disabled




To start the service =>

svcadm enable /network/shell:kshell

Stop it ==>

svcadm disable /network/shell:kshell

Restart ==>

svcadm restart /network/shell:kshell



Aucun commentaire:

Enregistrer un commentaire