nerdexam
LPI

101-350 · Question #14

The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?

The correct answer is B. Pass init=/bin/sh on the kernel parameter line. See the full explanation below for the reasoning.

Question

The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?

Options

  • AStart in runlevel 1.
  • BPass init=/bin/sh on the kernel parameter line.
  • CPass /bin/sh on the kernel parameter line.
  • DPass start=/bin/sh on the kernel parameter line.

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    76% (22)
  • C
    14% (4)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full 101-350 Practice