位置: 编程技术 - 正文
推荐整理分享Linux中的内置命令和外部命令详解(linux内核命名),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux内置命令有哪些,linux内核命名规则,linux内核命名,linux内置命令和外置命令的区别,linux内部命令有哪些,linux内部命令有哪些,linux内置账户有哪些,linux内部命令有哪些,内容如对您有帮助,希望把文章链接给更多的朋友!
Linux的命令分为内部命令和外部命令:
1.内部命令在系统启动时就调入内存,是常驻内存的,所以执行效率高。2.外部命令是系统的软件功能,用户需要时才从硬盘中读入内存。
type可以用来判断一个命令是否为内置命令复制代码代码如下:type: usage: type [-afptP] name [name ...]复制代码代码如下:[root@linuxeye ~]# type typetype is a shell builtin[root@linuxeye ~]# type -p type[root@linuxeye ~]# type -t typebuiltin[root@linuxeye ~]# type typetype is a shell builtin[root@linuxeye ~]# type -t typebuiltin[root@linuxeye ~]# type pwdpwd is a shell builtin[root@linuxeye ~]# type whiptailwhiptail is /usr/bin/whiptail[root@linuxeye ~]# type -t whiptailfile
enable既可以查看内部命令,同时也可以判断是否为内部命令复制代码代码如下:[root@linuxeye ~]# enable -a #查看内部命令[root@linuxeye ~]# enable whiptail #非内部命令-bash: enable: whiptail: not a shell builtin[root@linuxeye ~]# enable pwd #是内部命令
内部命令用户输入时系统调用的速率快,不是内置命令,系统将会读取环境变量文件.bash_profile、/etc/profile去找PATH路径。
然后在提一下命令的调用,有些历史命令使用过后,会存在在hash表中,当你再次输入该命令它的调用会是这样一个过程。
hash——>内置命令——>PATH 命令的调用其实应该是这样一个过程。复制代码代码如下:[root@linuxeye ~]# type pwdpwd is a shell builtin[root@linuxeye ~]# type catcat is /usr/bin/cat[root@linuxeye ~]# pwd/root[root@linuxeye ~]# ls linuxeye*linuxeye.pem linuxeye.txt[root@linuxeye ~]# cat linuxeye.txtlinuxeye[root@linuxeye ~]# hash -l #显示hash表builtin hash -p /usr/bin/cat catbuiltin hash -p /usr/bin/ls ls[root@linuxeye ~]# type catcat is hashed (/usr/bin/cat)[root@linuxeye ~]# hash -r #清除hash表[root@linuxeye ~]# type catcat is /usr/bin/cat
从上面操作可以看出。hash表不存放系统内置命令。
在Linux中使用命令行计算器GNU bc的方法 每个现代的Linux桌面发行版都预装着一个带有图形界面的计算器程序。不过如果你的工作区中全是命令行窗口,那么你一定会在其中的一个命令行窗口中
个高效但不常见的Linux命令 1.mvxxxx{,.bak}等同于mvxxxxxxxx.bak2.esc+.能填充之前命令的最后一个字段3.diff(sshhost1catfile1)(sshhost2catfile2)diff两个远程文件4.ctrl+r然后输入xxx,搜索之前包含xxx
Linux中升级更新命令yum upgrade和yum update的区别 Linux升级命令有两个分别是yumupgrade和yumupdate,这个两个命令是有区别的:复制代码代码如下:yum-yupdate升级所有包同时也升级软件和系统内核复制代码代码如
标签: linux内核命名
本文链接地址:https://www.jiuchutong.com/biancheng/366865.html 转载请保留说明!上一篇:Linux SSH登录很慢的解决方法(linux ssh 登录)
下一篇:在Linux中使用命令行计算器GNU bc的方法(linux命令使用例子)
友情链接: 武汉网站建设