Query: telinit
OS: centos
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TELINIT(8) telinit TELINIT(8)NAMEtelinit - Change SysV runlevelSYNOPSIStelinit [OPTIONS...] {COMMAND}DESCRIPTIONtelinit may be used to change the SysV system runlevel. Since the concept of SysV runlevels is obsolete the runlevel requests will be transparently translated into systemd unit activation requests.OPTIONSThe following options are understood: --help Prints a short help text and exits. --no-wall Do not send wall message before reboot/halt/power-off. The following commands are understood: 0 Power-off the machine. This is translated into an activation request for poweroff.target and is equivalent to systemctl poweroff. 6 Reboot the machine. This is translated into an activation request for reboot.target and is equivalent to systemctl reboot. 2, 3, 4, 5 Change the SysV runlevel. This is translated into an activation request for runlevel2.target, runlevel3.target, ... and is equivalent to systemctl isolate runlevel2.target, systemctl isolate runlevel3.target, ... 1, s, S Change into system rescue mode. This is translated into an activation request for rescue.target and is equivalent to systemctl rescue. q, Q Reload daemon configuration. This is equivalent to systemctl daemon-reload. u, U Serialize state, reexecute daemon and deserialize state again. This is equivalent to systemctl daemon-reexec.EXIT STATUSOn success, 0 is returned, a non-zero failure code otherwise.NOTESThis is a legacy command available for compatibility only. It should not be used anymore, as the concept of runlevels is obsolete.SEE ALSOsystemd(1), systemctl(1), wall(1) systemd 208 TELINIT(8)
Related Man Pages |
---|
runlevel(8) - opensolaris |
runlevel(8) - posix |
runlevel(8) - sunos |
runlevel(8) - xfree86 |
runlevel(8) - minix |
Similar Topics in the Unix Linux Community |
---|
delete a string from line |
Execute "telinit q" while programs are running ? |
power 6 VET activation code |
awk: isolate a part of a file name |
The concept was taken |