logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Telinit - Control Runlevels on Linux | Online Free DevTools by Hexmos

Control system runlevels with Telinit on Linux. Manage system states, initiate reboots, and power-offs from the command line. Free online tool, no registration required.

telinit

Change SysV runlevel. Since the concept SysV runlevels is obsolete the runlevel requests will be transparently translated into systemd unit activation requests. More information: https://manned.org/telinit.

  • Power off the machine:

telinit 0

  • Reboot the machine:

telinit 6

  • Change SysV run level:

telinit {{2|3|4|5}}

  • Change to rescue mode:

telinit 1

  • Reload daemon configuration:

telinit q

  • Do not send a wall message before reboot/power-off (60):

telinit --no-wall {{value}}

See Also