System Grab Bag

View all TLDR pages from Sun OS (or from all pages)

svcs

List information about running services. More information: https://www.unix.com/man-page/linux/1/svcs.
  • List all running services:
    svcs
  • List services that are not running:
    svcs -vx
  • List information about a service:
    svcs apache
  • Show location of service log file:
    svcs -L apache
  • Display end of a service log file:
    tail $(svcs -L apache)

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.