您好,登錄后才能下訂單哦!
小編給大家分享一下Linux常用命令type怎么用,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
Linux常用命令type命令用來顯示指定命令的類型,判斷給出的指令是內部指令還是外部指令
type (選項) (參數)
-t:輸出“file”、“alias”或者“builtin”,分別表示給定的指令為“外部指令”、“命令別名”或者“內部指令”; -p:如果給出的指令為外部指令,則顯示其絕對路徑; -a:在環境變量“PATH”指定的路徑中,顯示給定指令的信息,包括命令別名。
指令:要顯示類型的指令。
[root@localhost ~]# type lsls is aliased to `ls --color=tty' [root@localhost ~]# type cd cd is a shell builtin [root@localhost ~]# type date date is /bin/date [root@localhost ~]# type mysql mysql is /usr/bin/mysql [root@localhost ~]# type nginx -bash: type: nginx: not found [root@localhost ~]# type if if is a shell keyword [root@localhost ~]# type which which is aliased to `alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'[root@localhost ~]# type -a cdcd is a shell builtin[root@localhost ~]# type -a grepgrep is /bin/grep
看完了這篇文章,相信你對“Linux常用命令type怎么用”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。