German <gentger...@gmail.com> wrote: > If I run poweroff from root, the system shuts down, however when I > run poweroff from user -- command not found. How to shut down the > system from user? Thanks
I modified a line in /etc/inittab so that I can shutdown my system as user with Ctrl+Alt+Del: # What to do at the "Three Finger Salute". ca:12345:ctrlaltdel:/sbin/shutdown -h now It works even without systemd. ;-) -- Regards wabe