Q. Which Linux command displays the last lines of a log file continuously?
β
Correct Answer: (A)
tail -f
Explanation: 'tail -f' shows new lines added to a file in real-time.