Shell基础知识(六)

shell中有很多内建命令,如何区分内建命令与外部文件,使用type command即可看到命令类型。 >> type cd # input << cd is a Shell builtin # output >> type ifconfig # input << ifconfig is /sbin/ifconfig # output 通常,内建命令运行速度更快,相当于调用当前shell进程的一个
相关文章
相关标签/搜索