linux 查看其它运行进程的输出方式
linux shell
Step1: 获取进程pid
ps -ef
Step2: 查看进程输出
sudo tail /proc/<pid>/fd/1
备注:
1 = stdout, 2 = stderr
Last modified on 2020-06-04