Linux基础之重定向stdout/stderr
启动进程后查看日志(stdout和stderr)
1 nohup+tail
# nohup $cmd > /path/to/file 2>&1 & # tail -f /path/to/file append # nohup $cmd >> /path/to/file 2>&1 &
2 tee
# $cmd|& tee /path/to/file append # $cmd|& tee -a /path/to/file
---------------------------------------------------------------- 结束啦,我是大魔王先生的分割线 :) ----------------------------------------------------------------
- 由于大魔王先生能力有限,文中可能存在错误,欢迎指正、补充!
- 感谢您的阅读,如果文章对您有用,那么请为大魔王先生轻轻点个赞,ありがとう