1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/sunos/svcs.md
2016-01-08 09:38:59 +01:00

23 lines
312 B
Markdown

# 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)`