a/ is it wrong if I use "reboot" in konsole?
b/ if wrong, why, as it is possible
c/ what would be the equivalent command to turn out the pc?
b/ if wrong, why, as it is possible

c/ what would be the equivalent command to turn out the pc?
sam@T440s:~$ which reboot /sbin/reboot sam@T440s:~$ ls -al /sbin/reboot lrwxrwxrwx 1 root root 14 Jul 12 17:28 /sbin/reboot -> /bin/systemctl sam@T440s:~$ which shutdown /sbin/shutdown sam@T440s:~$ ls -al /sbin/shutdown lrwxrwxrwx 1 root root 14 Jul 12 17:28 /sbin/shutdown -> /bin/systemctl
Comment