employer cover photo
employer logo
employer logo

Simons Foundation

Is this your company?

Simons Foundation Interview Question

In Linux, how do you follow a log file?

Interview Answer

Anonymous

Nov 9, 2016

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