Linux查看日志命令 tail常用命令:tail -f filename (默認最后10行,相當於增加參數 -n 10) tail -100f test.log 實時監控100行日志 tail -n 20 ...