Simons Foundation interview question

In Linux, how do you follow a log file?

Interview Answer

Anonymous

9 Nov 2016

"tail -f /path/to/logfile" OR "tail -F /path/to/logfile" if it's a rotating log.