Question 96

A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
  • Question 97

    What is the purpose of the Bash built-in export command?
  • Question 98

    Which of the following commands will output all of the lines with the name Fred in upper or lower case but not the word red from the file data_file? (Choose two)
  • Question 99

    What is true regarding TCP port 23?
  • Question 100

    When given the following command line.
    echo "foo bar" | tee bar | cat
    Which of the following output is created?