Q. Which command will display the last 10 lines of a log file in real time?
β
Correct Answer: (A)
tail -f /var/log/syslog
Explanation: 'tail -f' shows last lines and updates as new lines are added.