Linux基础命令操作教程
**1、请用命令查出ifconfig命令程序的绝对路径**
**[root@localhost ~]#** *which ifconfig
/usr/sbin/ifconfig*
**2、请用命令展示以下命令哪些是内部命令,哪些是外部命令?(cd \ pwd \ ls \ ifconfig \ du)**
**[root@localhost ~]#** *type cd
cd 是 shell 内嵌 (由此可见该命令cd为内部命令)*
**[root@localhost ~]#** *type pwd
pwd 是 shell 内嵌 (由此可见该命令cd为内部命令)*
**[root@localhost** ~]# *type ls
ls 是 `ls --color=auto' 的别名 (由此可见该命令cd为外部命令)*
**[root@localhost ~]#** *type ifconfig
ifconfig 是 /usr/sbin/ifconfig (由此可见该命令cd为外部命令)*
**[root@localhost ~]#** *type du
du 是 /usr/bin/du (由此可见该命令cd为外部命令)*
**3、请在/下创建目录abc**
**[root@localhost ~]#** *mkdir -pv /abc
mkdir:*
**已创建目录 "/abc" 请在/下创建目录/liangjian/liyunlong/weiheshang/duanpeng**
**[root@localhost abc]#** *mkdir -pv /liangjian/liyunlong/weiheshang/duanpeng
mkdir:已创建目录 "/liangjian"
mkdir: 已创建目录 "/liangjian/liyunlong"
mkdir: 已创建目录 "/liangjian/liyunlong/weiheshang"
mkdir: 已创建目录 "/liangjian/liyunlong/weiheshang/duanpeng"*
**请在/abc下一次创建1000个目录,名字自己拟定。**
**[root@localhost ~]#** *cd tmp/yum\_save\_tx.2019-07-23.09-18.ddZD5c.yumtx
/tmp/vmlinuz-3.10.0-229.el7.x86\_64*