Linux: display logs in real time
In this “how” tutorial, I will explain how to display logs in real time saved in a file in SSH This type of manipulation is useful when you want to see what is happening in real time. To illustrate this tutorial, I used the access logs of an NGINX server. Use the tail -f command …