如何即時查看 linux 上的 log 檔
如果想要即時看realtime 的log,只要ssh 到主機上,再要觀察的log 檔前面加上 tail -f 的指令就可以看到即時的資料
例如要看squid proxy server 上的access log
tail -f /var/log/squid/access.log 就可以看到即時的資料
如果想要即時看realtime 的log,只要ssh 到主機上,再要觀察的log 檔前面加上 tail -f 的指令就可以看到即時的資料
例如要看squid proxy server 上的access log
tail -f /var/log/squid/access.log 就可以看到即時的資料