Which user-level program, when manually executed by the root user, is used to change the runlevel of the system? (Provide only the command with no additional options or parameters)
Answer: init
Explanation:
when using init as a command, init itself just runs telinit to send the new runlevel to the init process (with the PID 1)