Linux下nohup命令

1、nohup ping www.ibm.com &

ping www.ibm.com在后台执行,默认输出到nohup.out中

2、nohup ping www.baidu.com >jcl.txt 2>&1 &

你可能感兴趣的:(linux,nohup)