赞
踩
[root@localhost ~]# which history
/usr/bin/which: no history in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
[root@localhost ~]# type cd
cd 是 shell 内嵌
[root@localhost ~]# which cd
/usr/bin/cd
[root@localhost ~]# type -a cd
cd 是 shell 内嵌
cd 是 /usr/bin/cd
[root@localhost ~]# type -t cd
builtin
[root@localhost ~]# type mkdir
mkdir 是 /usr/bin/mkdir
[root@localhost ~]# type -t mkdir
file
[root@localhost ~]# type -a mkdir
mkdir 是 /usr/bin/mkdir
[root@localhost ~]# type -p mkdir
/usr/bin/mkdir
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。