91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux中的內置命令和外部命令

發布時間:2021-09-03 15:38:57 來源:億速云 閱讀:119 作者:chen 欄目:系統運維

本篇內容主要講解“Linux中的內置命令和外部命令”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Linux中的內置命令和外部命令”吧!

Linux的命令分為內部命令和外部命令:

1.內部命令在系統啟動時就調入內存,是常駐內存的,所以執行效率高。
2.外部命令是系統的軟件功能,用戶需要時才從硬盤中讀入內存。

type可以用來判斷一個命令是否為內置命令

代碼如下:


type: usage: type [-afptP] name [name ...]

代碼如下:


[root@linuxeye ~]# type type
type is a shell builtin
[root@linuxeye ~]# type -p type
[root@linuxeye ~]# type -t type
builtin
[root@linuxeye ~]# type type
type is a shell builtin
[root@linuxeye ~]# type -t type
builtin
[root@linuxeye ~]# type pwd
pwd is a shell builtin
[root@linuxeye ~]# type whiptail
whiptail is /usr/bin/whiptail
[root@linuxeye ~]# type -t whiptail
file

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 pwd
pwd is a shell builtin
[root@linuxeye ~]# type cat
cat is /usr/bin/cat
[root@linuxeye ~]# pwd
/root
[root@linuxeye ~]# ls linuxeye*
linuxeye.pem  linuxeye.txt
[root@linuxeye ~]# cat linuxeye.txt
linuxeye
[root@linuxeye ~]# hash -l #顯示hash表
builtin hash -p /usr/bin/cat cat
builtin hash -p /usr/bin/ls ls
[root@linuxeye ~]# type cat
cat is hashed (/usr/bin/cat)
[root@linuxeye ~]# hash -r #清除hash表
[root@linuxeye ~]# type cat
cat is /usr/bin/cat

從上面操作可以看出。hash表不存放系統內置命令。

到此,相信大家對“Linux中的內置命令和外部命令”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

拉孜县| 嘉峪关市| 墨竹工卡县| 津南区| 凤台县| 嵊州市| 无棣县| 通渭县| 沅江市| 迁安市| 南丹县| 祁连县| 木兰县| 靖西县| 平顶山市| 南投县| 厦门市| 衡山县| 屏东市| 香港| 杨浦区| 滨州市| 绥棱县| 垦利县| 闽清县| 苏尼特左旗| 上林县| 香河县| 桐庐县| 静海县| 凤山县| 全椒县| 墨脱县| 依兰县| 北海市| 灌云县| 阿鲁科尔沁旗| 赤壁市| 大港区| 铜鼓县| 隆回县|