TLDR
Enter a command. For example: , prstat, snoop, svcadm, svccfg, svcs.

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)

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.