Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
To reboot the system using SysV init, you can use two commands: 'shutdown -r now' and 'telinit 6'. 'shutdown -r now' initiates an immediate reboot of the system, while 'telinit 6' instructs the init process to transition to runlevel 6, which is associated with a reboot. These commands are commonly used for rebooting systems running SysV init.
AC correct
the answer is A and C
A. shutdown -r now: This command initiates an immediate system reboot. C. telinit 6: This command instructs the init process to transition to runlevel 6, which is the runlevel associated with a reboot.