码迷,mamicode.com
首页 > 其他好文 > 详细

nohup 命令

时间:2017-07-26 17:45:10      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:cal   .sh   hup   root   local   div   blog   code   comm   

nohup 用于不挂断地运行命令,语法为 nohup Command &(& 表示在后台运行)

运行之后的标准输出被自动改向到当前目录下的 nohup.out 文件,起到了 log 的作用

[root@localhost ~]# nohup ./test.sh &

 

 

 

 

    

 

 

 

     

 

nohup 命令

标签:cal   .sh   hup   root   local   div   blog   code   comm   

原文地址:http://www.cnblogs.com/pzk7788/p/7239837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!