Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:
You wish to troubleshoot some issues that you are having on the system. You want to monitor the /var/ adm/messages file in real time. Which command would you use to do this?
Correct Answer: B
Explanation/Reference: Explanation: tail is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data. By default, tail will print the last 10 lines of its input to the standard output. With command line options the number of lines printed and the printing units (lines, blocks or bytes) may be changed. The following example shows the last 20 lines of filename: tail -n 20 filename