摘要: 1 当exec执行命令时,会为该命令创建shell进程,并且终止老的shell进程的执行,并且保留老的shell进程的进程号 [root@localhost ~]# cat test_exec.sh #!/bin/bash echo "hello mysql" exec echo " hello o 阅读全文
posted @ 2017-08-12 22:03 PhoenixTree(梧桐树) 阅读(318) 评论(0) 推荐(0)