23.7.08

How to strat and stop the some service in solaris

How to start and stop the services in solaris-10.

previous to solaris 10 we used to control the services using /etc/.init.d/ but soalris 10 provide svcadm to enable or disable service.

svcadm
Example to enable ftp serivce

#svcadm enable ftp

Check whether "ftp" service enable or not by using

#svcs -a | grep ftp
online 18:41:06 svc:/network/ftp:default