Linux command命令:抑制正常的Shell函数查找
Linux command命令 功能描述
使用command命令可以抑制正常的Shell函数查找。只有内置命令或在PATH中找到的命令会被执行。
Linux command命令 语法
command [选项] [命令] [参数]
命令中各选项的含义如下表所示。
Linux command命令 示例
抑制正常的Shell函数查找
[root@rhel ~]# command ls /root
Linux command命令:抑制正常的Shell函数查找
使用command命令可以抑制正常的Shell函数查找。只有内置命令或在PATH中找到的命令会被执行。
command [选项] [命令] [参数]
命令中各选项的含义如下表所示。
[root@rhel ~]# command ls /root