在Linux SecureCRT中查看系统日志,主要有以下两种方法:
tail
tail -n 20 /var/log/syslog
tail -f
grep
tail -n 20 /var/log/syslog | grep "关键词"
journalctl
journalctl -b