101-500 Exam Question 21

Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)

101-500 Exam Question 22

What does the command mount --bind do?
  • 101-500 Exam Question 23

    Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
  • 101-500 Exam Question 24

    What is the output of the following command?
    echo "Hello World" | tr -d aieou
  • 101-500 Exam Question 25

    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?