Q. Which command shows real-time log updates?
β
Correct Answer: (B)
tail -f /var/log/syslog
Explanation: 'tail -f' shows real-time updates to a file, often used for logs.