Linux CLI - Viewing and Editing Files
What will be the output of
tail -f -n 5 /var/log/syslog when started?tail -f -n 5 /var/log/syslog when started?-n 5 with -f-n 5 -f shows last 5 lines then follows [OK]-n and -f to limit initial lines [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions