xShell查看日志的命令

1、cd /www/logs/ 进入到日志目录(每个公司存放日志的目录不一定相同)

2、tail -f normal.log (查看项目实时的日志)

tail -200f normal.log (查看近200条实时运行的日志)

tail -200 normal.log (查看近200条日志(不实时))

你可能感兴趣的:(xShell查看日志的命令)