sunos*: add Indonesian translation (#12520)
* sunos*: add Indonesian translation --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:

committed by
GitHub

parent
55d53cd80f
commit
0dffaf54fe
24
pages.id/sunos/svcs.md
Normal file
24
pages.id/sunos/svcs.md
Normal 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)`
|
Reference in New Issue
Block a user