Question 66

Which of the following commands can be used to determine how long the system has been running? (Choose two.)
  • Question 67

    The system configuration file named _______ is commonly used to set the default runlevel.
    (Please provide the file name with full path information)

    Question 68

    Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
  • Question 69

    Which of the following commands loads a kernel module along with any required dependency modules?
  • Question 70

    Given the following input stream:
    txt1.txt
    atxt.txt
    txtB.txt
    Which of the following regular expressions turns this input stream into the following output stream?
    txt1.bak.txt
    atxt.bak.txt
    txtB.bak.txt