mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00

* sunos*: add Indonesian translation --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
446 B
446 B
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)