Monday, October 26, 2009

Solaris 10 Services

Working with services is pretty straight forward and provides some useful information and control of services on your Solaris 10 install.

If you want to see all of the services running on your machine.

svcs

If you want to list the details of a service.

svcs -l SERVICE_NAME

If you want to enable a service use the svcadm command.

svcadm enable SERVICE_NAME

As you might imagine disabling a service is just the opposite.

svcadm disable SERVICE_NAME

So as you can see, working with services in Solaris 10 is pretty straight forward. There are additional features for these commands, I'd suggest taking a look at the man pages for more info.

0 comments: