πŸ“Š Linux
Q. Which command shows real-time log updates?
  • (A) view /var/log/syslog
  • (B) tail -f /var/log/syslog
  • (C) cat /var/log/syslog
  • (D) read /var/log/syslog
πŸ’¬ Discuss
βœ… Correct Answer: (B) tail -f /var/log/syslog

Explanation: 'tail -f' shows real-time updates to a file, often used for logs.

πŸ“Š Linux
Q. What does the 'uptime' command display?
  • (A) System load average
  • (B) Time since last reboot
  • (C) Current time
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Explanation: 'uptime' shows how long the system has been running, the number of users, and load average.