博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux nohup命令
阅读量:6697 次
发布时间:2019-06-25

本文共 2803 字,大约阅读时间需要 9 分钟。

nohup 命令

用途:不挂断地运行命令。如果你正在执行一个job,并且你希望在退出帐户/关闭终端之后继续运行,可以使用nohup命令。nohup就是不挂起的意思( no hang up)。

语法:nohup Command [ Arg … ] [ & ]

描述:nohup 命令运行由 Command 参数和任何相关的 Arg 参数指定的命令,忽略所有挂断(SIGHUP)信号。在注销后使用 nohup 命令运行后台中的程序。要运行后台中的 nohup 命令,添加 & ( 表示”and”的符号)到命令的尾部。

无论是否将 nohup 命令的输出重定向到终端,输出都将附加到当前目录的 nohup.out 文件中。如果当前目录的 nohup.out 文件不可写,输出重定向到 $HOME/nohup.out 文件中。如果没有文件能创建或打开以用于追加,那么 Command 参数指定的命令不可调用。如果标准错误是一个终端,那么把指定的命令写给标准错误的所有输出作为标准输出重定向到相同的文件描述符。

=======测试

[root@rhel7 tmp]# pwd/tmp[root@rhel7 tmp]# ls[root@rhel7 tmp]# nohup ping 127.0.0.1 & [1] 2547[root@rhel7 tmp]# nohup: ignoring input and appending output to ‘nohup.out’[root@rhel7 tmp]# lsnohup.out[root@rhel7 tmp]# tail -f nohup.out  --关闭当前连接,重新再打开一个ssh连接,使用tail -f nohup.out命令可以看到ping命令一直在执行64 bytes from 127.0.0.1: icmp_seq=21 ttl=64 time=0.077 ms64 bytes from 127.0.0.1: icmp_seq=22 ttl=64 time=0.044 ms64 bytes from 127.0.0.1: icmp_seq=23 ttl=64 time=0.129 ms64 bytes from 127.0.0.1: icmp_seq=24 ttl=64 time=0.084 ms64 bytes from 127.0.0.1: icmp_seq=25 ttl=64 time=0.085 ms64 bytes from 127.0.0.1: icmp_seq=26 ttl=64 time=0.085 ms64 bytes from 127.0.0.1: icmp_seq=27 ttl=64 time=0.079 ms64 bytes from 127.0.0.1: icmp_seq=28 ttl=64 time=0.078 ms64 bytes from 127.0.0.1: icmp_seq=29 ttl=64 time=0.078 ms64 bytes from 127.0.0.1: icmp_seq=30 ttl=64 time=0.083 ms64 bytes from 127.0.0.1: icmp_seq=31 ttl=64 time=0.043 ms64 bytes from 127.0.0.1: icmp_seq=32 ttl=64 time=0.084 ms^C[root@rhel7 tmp]#

指定输出到lxjtest.log。如果不指定,则输出到nohup.out文件

[root@rhel7 tmp]# nohup ping 127.0.0.1 >lxjtest.log & [1] 2641[root@rhel7 tmp]# nohup: ignoring input and redirecting stderr to stdout[root@rhel7 tmp]# lslxjtest.log  nohup.out[root@rhel7 tmp]# tail -f lxjtest.log PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.039 ms64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.073 ms64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.043 ms64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.043 ms64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.044 ms64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.044 ms64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.043 ms64 bytes from 127.0.0.1: icmp_seq=8 ttl=64 time=0.079 ms64 bytes from 127.0.0.1: icmp_seq=9 ttl=64 time=0.079 ms64 bytes from 127.0.0.1: icmp_seq=10 ttl=64 time=0.086 ms^C[root@rhel7 tmp]#

In earlier versions of the bash shell, background processes were also killed when the shell they were started from was terminated. To prevent that, the process could be started with the  nohup  command in front of it. Using  nohup  for this purpose is no longer needed in RHEL 7. (RHEL7版本可以不使用nohup命令)

[root@rhel7 tmp]# ping 192.168.1.111 > lxjtest2.log &[1] 2649[root@rhel7 tmp]# jobs[1]+  Running                 ping 192.168.1.111 > lxjtest2.log &[root@rhel7 tmp]#

 

转载地址:http://ybmoo.baihongyu.com/

你可能感兴趣的文章
用 Flask 来写个轻博客 (1) — 创建项目
查看>>
OpenSceneGraph in ActiveX by ActiveQt
查看>>
南海发展大数据产业 建设新型智慧城市
查看>>
安卓APP破解利器之FRIDA
查看>>
数据中心传输需求成以太网市场巨大推动力
查看>>
华院数据宣晓华:传统零售商转型电商需攻克大数据三关
查看>>
主打“云安全” 迅雷系帝恩思登陆新三板
查看>>
研究人员发现Office Word 0Day攻击 这个漏洞绕过了word宏安全设置 绿盟科技、McAfee及FireEye发出警告...
查看>>
Apache日志记录组件Log4j出现反序列化漏洞 黑客可以执行任意代码 所有2.x版本均受影响...
查看>>
希捷宣布出货双碟装1TB硬盘 单碟500GB上市
查看>>
MPLS服务合同到期了,是否该续签?
查看>>
物联网世界的承诺与挑战
查看>>
亚马逊低调收购Biba 或下月发布视频消息服务
查看>>
预防和检测如日中天?事件响应表示不服
查看>>
安全和连接是IoT联网设备2大挑战
查看>>
张震博士:SDT是未来安防发展方向
查看>>
CloudCC CRM:物联网必将成为CRM的推动力
查看>>
远程管理服务器的具体操作方法
查看>>
FB宣布将回购60亿美元股票 首席会计官将离职
查看>>
为企业提供本地销售人员的Universal Avenue获1000万美元A轮融资
查看>>