
svcs
List of commands for svcs:
-
svcs:tldr:61782 svcs: List information about a service.$ svcs apachetry on your machineexplain this command
-
svcs:tldr:9c50f svcs: Show location of service log file.$ svcs -L apachetry on your machineexplain this command
-
svcs:tldr:b9a97 svcs: Display end of a service log file.$ tail $(svcs -L apache)try on your machineexplain this command
-
svcs:tldr:e6d3d svcs: List services that are not running.$ svcs -vxtry on your machineexplain this command