2019年8月6日

nohup和&后台运行,进程查看及终止

摘要: 1.nohup 用途:不挂断地运行命令。 语法:nohup Command [ Arg … ] [ & ] 无论是否将 nohup 命令的输出重定向到终端,输出都将附加到当前目录的 nohup.out 文件中。 如果当前目录的 nohup.out 文件不可写,输出重定向到 $HOME/nohup.o 阅读全文

posted @ 2019-08-06 15:55 Muliti_Hu 阅读(83) 评论(0) 推荐(0) 编辑

导航