在shell下执行command时,shell fork child进程。
exec command时,替换shell进程,没有children process forked。
exec -a xx command = command xx
exec -c command = clear env && command
exec -l command = -command
在shell下执行command时,shell fork child进程。
exec command时,替换shell进程,没有children process forked。
exec -a xx command = command xx
exec -c command = clear env && command
exec -l command = -command
本文标题:exec command
本文链接:https://www.haomeiwen.com/subject/etzcpctx.html
网友评论