本文共 194 字,大约阅读时间需要 1 分钟。
[root@jw ~]# nohup ping www.qq.com > pingqq.txt 2>&1 &
[1] 1132
[root@jw ~]# ping www.baidu.com >ping.txt &
[1] 1137