DOMAIN_HOME=$HOME/domains/domain
cd $DOMAIN_HOME/bin
tail -f nohup.out
为什么进去之后执行会还会出现以下错误
tail: cannot open `nohup.out' for reading: No such file or directory
tail: no files remaining
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
报错是这个目录下没有nohup.out文件呀
你看下这个目录下有没有nohup.out文件