Question 31

Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls?
  • Question 32

    Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
  • Question 33

    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
  • Question 34

    A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)
  • Question 35

    When planning a partition scheme, which of the following directories could be considered for separate partitions? (Choose three.)