linux type命令

奇闻趣事 2022-09-17 07:12www.kangaizheng.com童年趣事

lux系统type命令怎么用?让我们一起来了解下。

基本介绍type命令用来显示指定命令的类型,判断给出的指令是内部指令还是外部指令。

入门测试

显示命令所有类型

[root@lux ~]# type ls

ls is aliased to `ls --color=auto'

[root@lux ~]# type -a ls

ls is aliased to `ls --color=auto'

ls is /usr/b/ls

代码说明及拓展

lias 别名 

keyword 关键字,Shell保留字 

function 函数,Shell函数 

built 内建命令,Shell内建命令 

file 文件,磁盘文件,外部命令 

unfound 没有找到 

今天的分享就是这些,希望能帮助大家。

Copyright © 2018-2025 www.kangaizheng.com 看丐网 版权所有 Power by