Linux CLI - Viewing and Editing Files
After running
tail -f /var/log/app.log, you add a new log entry to app.log. What will tail display?tail -f /var/log/app.log, you add a new log entry to app.log. What will tail display?tail -f behavior-f option keeps the file open and watches for new lines.tail -f immediately outputs it to the terminal.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions