Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法使用 tail -f -catalina.out 跟踪 catalina.out 文件 显示的错误是 tail: cannot open input
以tomcat用户身份登录。该文件具有 -rw-r--r-- 权限。不知道为什么即使在尝试 --retry 之后我也无法跟踪它。
该文件可用,我没有收到丢失文件错误。文件显示 1.970MiB 大小。有什么建议么?
您的命令中有错字(起始破折号),正确的是:
tail -f catalina.out
假设您在包含该catalina.out文件的目录中。
catalina.out