Linux CLI - System Administration
Which command correctly displays the last 10 lines of the
/var/log/syslog file?/var/log/syslog file?tail command shows the last lines of a file; by default, it shows the last 10 lines.head shows the first lines, cat | head also shows first lines, and less opens a pager for browsing but does not directly show last lines.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions