Question 116

An administrator needs to see the type of CPU that a server is running. Which of the following files contains this information?
  • Question 117

    What does the command mount -a do?
  • Question 118

    A Linux engineer is setting the sticky bit on a directory called devops with 755 file permission. Which of the following commands will accomplish this task?
  • Question 119

    A systems administrator wants to know the current status of a series of dd jobs that were started in the background three hours ago.
    Which of the following commands will achieve this task?
  • Question 120

    A file called testfile has both uppercase and lowercase letters:
    $ cat testfile
    ABCDEfgH
    IJKLmnoPQ
    abcdefgH
    ijklLMNopq
    A Linux administrator is tasked with converting testfile into all uppercase and writing it to a new file with the name uppercase. Which of the following commands will achieve this task?