LPI 101-500 Practice Test - Questions Answers, Page 11
List of questions
Related questions
CORRECT TEXT
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
When running the command sed -e "s/a/b/" /tmp/file >/tmp/file While /tmp/file contains data, why is /tmp/file empty afterwards?
When given the following command line. echo "foo bar" | tee bar | cat Which of the following output is created?
Which of the following commands can be used to determine how long the system has been running?
(Choose TWO correct answers.)
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
Which of the following explanations are valid reasons to run a command in the background of your shell?
What does the + symbol mean in the following grep regular expression: grep '^d[aei]\+d$' /usr/share/dict/words
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?
You are trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this?
Question