CompTIA Linux+ XK0-005 – Question037

A systems administrator is checking the system logs. The administrator wants to look at the last 20 lines of a log. Which of the following will execute the command?

A.
tail -v 20
B. tail -n 20
C. tail -c 20
D. tail -l 20

Correct Answer: B