摘要: https://www.ruanyifeng.com/blog/2019/10/tmux.html http://louiszhai.github.io/2017/09/30/tmux/ https://blog.csdn.net/qq_38649880/article/details/887700 阅读全文
posted @ 2020-02-24 08:51 clemente 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 痛苦一觉醒来训练半小时 1.nohup 用途:不挂断地运行命令。 语法:nohup Command [ Arg … ] [ & ] 无论是否将 nohup 命令的输出重定向到终端,输出都将附加到当前目录的 nohup.out 文件中。 如果当前目录的 nohup.out 文件不可写,输出重定向到 $ 阅读全文
posted @ 2020-02-24 08:41 clemente 阅读(2797) 评论(0) 推荐(0) 编辑