You are not logged in.
Pages: 1
Hello,
are there commands I can write in aterminal to
1. suspend th session
or
2. stop the computer
thanks
rb
Last edited by serialschoenberg (2020-11-23 19:37:03)
Offline
You can also use the built-in BunsenLabs utility from the command line. Try 'bl-exit --help' to see the options.
But in the case of suspend and poweroff it will call systemctl anyway.
(However, bl-exit should also work on systems not using systemd.)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
There are also historical /sbin/shutdown and /sbin/reboot (and probably more) that are nowadays links to systemctl
ls -alh /sbin/shutdown
lrwxrwxrwx 1 root root 14 Apr 27 2020 /sbin/shutdown -> /bin/systemctl
ls -alh /sbin/reboot
lrwxrwxrwx 1 root root 14 Apr 27 2020 /sbin/reboot -> /bin/systemctl
Last edited by brontosaurusrex (2020-11-24 11:05:54)
Offline
Pages: 1