摘要:
创建一个子进程shell脚本 vi clipro.sh #!/bin/sh echo "hello word' sleep 5 父进程代码 vi fpro.sh #!/bin/sh source /root/clipro.sh & #一定要加&后台执行,这样父进程才会执行后面的shell语句 cli 阅读全文
posted @ 2019-11-11 10:47
赵海博运维笔记
阅读(7668)
评论(0)
推荐(1)

浙公网安备 33010602011771号