随笔分类 -  linux shell

摘要:原文地址:http://www.361way.com/shell-process/1126.html fork ( /directory/script.sh) fork是最普通的, 就是直接在脚本里面用/directory/script.sh来调用script.sh这个脚本。运行的时候开一个sub-shell执行调用的脚本,sub-shell执行的时候, parent-shell还在。sub-shell执行完毕后返回parent-shell. sub-shell... 阅读全文
posted @ 2013-04-21 08:42 kunzeal 阅读(689) 评论(0) 推荐(0)