文件类型

[root@centos ~]# ls -l
total 40
-rw-------. 1 root root  1045 Mar 12 11:05 anaconda-ks.cfg

第一个字符表示文件类型
l    //链接文件
d    //目录问及荡
-    //普通文件
c    //字符设备 如串口 猫等
b    //块设备  如磁盘
s    //套接口文件
p        //管道文件

linux扩展文件类型

1.tar、rar.gz、zip、rar.bz     //表示压缩文件,创建命令一般为tar,gzip等
2.sh     //表示shell脚本文件
3.pl    //表示perl语言文件
4.py     //表示python    语言文件
5.html/htm/php/jsp/do        //表示网页问及荡
6.conf        //表示系统服务配置文件
7.rpm        //表示rpm安装包文件

Linux文件系统选择:

https://blog.csdn.net/liuaigui/article/details/5521024