exec 和source都屬於bash內部命令(builtins commands),在bash下輸入man exec或man ... fork是linux的系統調用,用來創建子進程(child process)。
確定! 回上一頁