Questions tagged [runlevel]

A run level is the operating state of the operating system. Run levels can be: "halt", "single user mode", "multi-user mode", "reboot", "graphical user interface mode/display manger" and others. Each run level starts or kills a set of processes and is denoted by a number typically from 0 to 6. Different operating systems may define different run levels.

92 questions
2
votes
1 answer

Failed to enable unit: File log.service: No such file or directory

I want to log something before shutdown or poweroff. uname -a Linux xxx 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux systemctl get-default graphical.target runlevel N 5 To edit my script. sudo vim …
showkey
  • 323
0
votes
1 answer

Telinit command not works

I wasn't aware of the telinit command and I've tried to use it without any good result. Below my command telinit 1 I obtain the following error: timeout opening/witing control channel /dev/initctl The obtained strace doesn't help me…
andrew
  • 11