Question d’entretien chez Simons Foundation

In Linux, how do you follow a log file?

Réponse à la question d'entretien

Utilisateur anonyme

9 nov. 2016

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