SVCS command in Linux/Unix/Solaris?

SVCS command is used to display all services running on your Solaris/Unix system with their state information.
Below command is used to list all the service running in the system.
svcs -a
We can check the specific service by using grep command.Lets say i wannted to check nfs is running or not in my system below command can be used to achive that
svcs -a | grep nfs
Post a Comment (0)
Previous Post Next Post

Recent Posts