1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/sunos/svcs.md
2022-10-06 12:09:36 -03:00

24 lines
429 B
Markdown

# svcs
> Geef informatie over actieve services.
> Meer informatie: <https://www.unix.com/man-page/linux/1/svcs>.
- Oplijsting van alle actieve services:
`svcs`
- Oplijsting van alle inactieve services:
`svcs -vx`
- Geef informatie over een specifieke service:
`svcs apache`
- Toon de locatie van de log file van een service:
`svcs -L apache`
- Toon de laatste lijnen van een service log file:
`tail $(svcs -L apache)`