nohup command &

[root@linuxstudy testshell]# jobs -l
[1]+  2568 Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# bg %1
-bash: bg: job 1 already in background
[root@linuxstudy testshell]# jobs
[1]+  Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# jobs
[1]+  Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# jobs
[1]+  Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# jobs -l
[1]+  2568 Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# nohup python pytest1.py &
[2] 2572
[root@linuxstudy testshell]# nohup: ignoring input and appending output to `nohup.out'

[root@linuxstudy testshell]# jobs -l
[1]-  2568 Running                 nohup python pytest1.py &
[2]+  2572 Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# fg %2
nohup python pytest1.py
fg %1

^C[root@linuxstudy testshell]# jobs -l
[1]+  2568 Running                 nohup python pytest1.py &
[root@linuxstudy testshell]# fg %1
nohup python pytest1.py
^C[root@linuxstudy testshell]#

 

 

[root@linuxstudy testshell]# cat pytest1.py
#!/usr/bin/env python

import os,time

while True:
        print time.time()
        time.sleep(3)



[root@linuxstudy testshell]# cat s3.sh
#!/bin/sh

echo 'python runs in backend'

python pytest1.py &

[root@linuxstudy testshell]#

 

root      2588  0.0  0.3 117180  3656 pts/0    S    07:35   0:00 python pytest1.py
root      2614  0.0  0.0 103252   824 pts/1    S+   07:36   0:00 grep py

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值