美文网首页
exec command

exec command

作者: clive0x | 来源:发表于2019-09-30 14:37 被阅读0次

在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

https://www.putorius.net/exec-command.html

相关文章

网友评论

      本文标题:exec command

      本文链接:https://www.haomeiwen.com/subject/etzcpctx.html