LPI 101-500 Practice Test - Questions Answers, Page 24
List of questions
Related questions
Which of the following commands list all files and directories within the /tmp/ directory and its subdirectories which are owned by the user root? (Choose two.)
Which of the following are valid stream redirection operators within Bash? (Choose two.)
Which of the following vi commands deletes two lines, the current and the following line?
The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?
CORRECT TEXT
Which program runs a command in specific intervals and refreshes the display of the program's output? (Specify ONLY the command without any path or parameters.)
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?
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
Which command must be entered before exiting vi to save the current file as filea.txt?
Which of the following commands displays the output of the foo command on the screen and also writes it to a file called /tmp/foodata?
What output will be displayed when the user fred executes the following command? echo 'fred $USER'
Question