Linux_FoundationLinux_Foundation
LFCS · Question #754
LFCS Question #754: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #754. The question stem and answer options stay visible for context.
Submitted by ravi_2018· Apr 18, 2026Essential Commands
Question
Which of the following commands will display the last 30 lines of /var/log/bigd.log as well as new content as it is appended to the file by another process?
Options
- Acut-30-v/var/log/bigd.log
- BheaD.30-e/var/log/bigd.log
- Ctail-f-n 30/Var/log/bigd.log
- DtaC.30/var/log/bigd.log
- Ecat-r-n 30/var/log/bigd.log
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#tail command#log file monitoring#command line utilities