Shell基礎知識(六)

shell中有很多內建命令,如何區分內建命令與外部文件,使用type command即可看到命令類型。 >> type cd # input << cd is a Shell builtin # output >> type ifconfig # input << ifconfig is /sbin/ifconfig # output 通常,內建命令運行速度更快,相當於調用當前shell進程的一個
相關文章
相關標籤/搜索