1、目录管理
1)切换目录
cd [目录名称]
[root@tan student]# cd /etc/sysconfig/
[root@tan sysconfig]# pwd
/etc/sysconfig
[root@tan sysconfig]# cd
[root@tan ~]# pwd
/root
[root@tan ~]# cd /home/
[root@tan home]# pwd
/home
[root@tan home]# cd /etc/sysconfig/
[root@tan sysconfig]# pwd
/etc/sysconfig
[root@tan student]# cd /home/
[root@tan home]# ls
student
[root@tan home]# cd student/
[root@tan student]# pwd
/home/student
[root@tan student]# cd …
[root@tan home]# pwd
/home
[root@tan home]# cd …
[root@tan /]# pwd
/
2) 创建目录
mkdir [option] <目录名称>
[root@tan network-scripts]# mkdir /tmp/bj
[root@tan ~]# mkdir sh
[root@tan ~]# mkdir /linux
选项:
-p 层级创建目录
[root@tan ~]# mkdir -p /uplooking/linux
[root@tan ~]# mkdir -p /caiwu/2017-{1…12} 花括号展开创建
2、文件管理
1)查看文件
ls [option] [目录名称]
[root@tan ~]# ls
anaconda-ks.cfg sh
[root@tan ~]# ls /tmp/
选项:
-l 以详细信息的方式显示
[root@tan ~]# ls -l
总用量 4
-rw-------. 1 root root 1227 2月 26 01:08 anaconda-ks.cfg
- 代表文件
d 代表目录
l 代表软连接文件(link)
b 代表设备文件(block)硬盘、硬盘分区、U盘、光盘
c 代表字符设备文件(character)键盘、鼠标、显