Page 1 of 1

Debian no shutdown command ?

Posted: Mon Mar 01, 2021 7:21 pm
by mister_v
Hi,

I have a new install of debian;
but the reboot command doesn't work.
Tried halt, reboot, shutdown, ...
even as root
But it is like it is not installed, how is this possible ?

Re: Debian no shutdown command ?

Posted: Tue Mar 02, 2021 8:42 pm
by Chris
for debian you neet to be "real"-root.

So the correct su command:

Code: Select all

su -
I had the same problem when I installed a debian server.