Stream appended lines as they are written.
Section: Viewing and Text Basics
Follow a growing file
bash
bash
tail -f /var/log/nginx/access.logExplanation
Classic log-following pattern while a service is running.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Viewing and Text Basics