You are not logged in.
Pages: 1
Hello,
What is the preferred method for listing all installed services in Devuan (Chimaera)?
From debian and derivatives, i was used to command:
service --status-all
Regards,
Offline
To su to root, type "su -"
I think that may be your solution. It's in the release notes.
Offline
Hi tempvan1,
I think you need to use the whole path
/usr/sbin/service --status-all
That certainly works. However, for me so does the bare service --status-all (as an ordinary user, under chimaera, tested just now).
Offline
The OP can view all installed services (ie, even those not running) by checking /etc/init.d/.
To obtain a root shell use su -. Using just su will result in "command not found" messages.
Offline
Pages: 1