Question 106

Which bash option will prevent you from overwriting a file with a ">"?
  • Question 107

    Which file contains a set of services and hosts that will be allowed to connect to the server by going through a TCP Wrapper program such as tcpd? (Specify the full name of the file, including path.)

    Question 108

    What output will the following command sequence produce?
    echo '1 2 3 4 5 6' | while read a b c; do
    echo result: $c $b $a;
    done
  • Question 109

    Which of the following states can NetworkManager show regarding the system's network connectivity? (Choose two.)
  • Question 110

    Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)