1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/sunos/svcs.md
Moch. Bima Pangestu 0dffaf54fe
sunos*: add Indonesian translation (#12520)
* sunos*: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2024-04-09 15:18:38 +05:30

24 lines
446 B
Markdown

# svcs
> Ambil atau atur sumber daya dari proses, tugas dan projek yang berjalan.
> Informasi lebih lanjut: <https://www.unix.com/man-page/linux/1/svcs>.
- Daftar semua servis yang berjalan:
`svcs`
- Daftar servis-servis yang tidak berjalan:
`svcs -vx`
- Daftar informasi tentang sebuah servis:
`svcs apache`
- Tampilkan lokasi dari berkas catatan servis:
`svcs -L apache`
- Display end of a service log file:
`tail $(svcs -L apache)`