Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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