Linux CLI - Viewing and Editing Files
What does the command
tail -f /var/log/syslog do?tail -f /var/log/syslog do?tail commandtail command shows the last part of a file.-f option-f option makes tail keep running and show new lines as they are added to the file.tail -f = live log monitoring [OK]-f means follow new lines live [OK]tail -f deletes or copies filestail with headtail -f to show the start of the file15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions