tail -f /var/log/maillog
之前我在Centos 6上使用
当tail -f /var/log/maillog
在CentOS 7中尝试时,它说:
cannot open \xe2\x80\x98/var/log/maillog\xe2\x80\x99 for reading: No such file or directory\ntail: no files remaining\n
Run Code Online (Sandbox Code Playgroud)\n\n那么如何在 CentOS 7 中进行tail
邮件日志呢?
centos ×1