如何即時觀看linux 上的log

如果想要即時看realtime 的log,只要ssh 到主機上,再要觀察的log 檔前面加上 tail -f 的指令就可以看到即時的資料

例如要看squid proxy server 上的access log

tail -f /var/log/squid/access.log 就可以看到即時的資料

Tags: , , ,

Leave a Comment