Linux Foundation Certified System Administrator (LFCS) — Question 51

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)

Answer options

Correct answer: A, C

Explanation

The commands 'shutdown -r now' and 'telinit 6' are valid for rebooting a system using SysV init. The other options either do not initiate a reboot (like 'telinit 0' which is for halting) or are not valid commands for rebooting at all.