This certification validates practical skills in system administration and infrastructure, including deployment, administration, troubleshooting, and resilience. It is intended for professionals operating dependable enterprise technology environments.
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeWhat is the output of the following command? for token in a b c; do echo -n ${token}; done
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeWhich command will display the last line of the file foo.txt?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeHow can the normal output of a command be written to a file while discarding the error output?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeWhich of the following commands can be used to extract content from a tar file?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free