mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
312 B
312 B
svcs
List information about running services.
- 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)