sunos*: add Indonesian translation (#12520)

* sunos*: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:
Moch. Bima Pangestu
2024-04-09 16:48:38 +07:00
committed by GitHub
parent 55d53cd80f
commit 0dffaf54fe
9 changed files with 186 additions and 0 deletions

24
pages.id/sunos/svcs.md Normal file
View File

@@ -0,0 +1,24 @@
# 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)`