LPI 101-500 Practice Test - Questions Answers, Page 24
List of questions
Related questions
Question 231
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.)
Question 232
Which of the following are valid stream redirection operators within Bash? (Choose two.)
Question 233
Which of the following vi commands deletes two lines, the current and the following line?
Question 234
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?
Question 235
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.)
Question 236
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?
Question 237
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 238
Which command must be entered before exiting vi to save the current file as filea.txt?
Question 239
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?
Question 240
What output will be displayed when the user fred executes the following command? echo 'fred $USER'
Question