2025-03-14 21:59:59 -06:00
|
|
|
# svcs
|
|
|
|
|
|
|
|
|
|
> Ambil atau atur sumber daya dari proses, tugas dan projek yang berjalan.
|
2026-08-06 22:19:46 -06:00
|
|
|
> Informasi lebih lanjut: <https://www.unix.com/man-page/sunos/1/svcs>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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)`
|