file
文件类型 编码格式
[root@linuxcool ~]# file File.cfg
File.cfg: ASCII text
[root@linuxcool ~]# file Dir
Dir: directory
[root@linuxcool ~]# file /dev/sda
/dev/sda: block special (8/0)
[root@linuxcool ~]# file
/bin/ls /bin/ls: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1] =937708964f0f7e3673465d7749d6cf6a2601dea2, stripped, too many notes (256)
[root@linuxcool ~]# file -b File.cfg
ASCII text
[root@linuxcool ~]# file -i File.cfg
File.cfg: text/plain; charset=us-ascii
[root@linuxcool ~]# file /dev/cdrom
/dev/cdrom: symbolic link to sr0
[root@linuxcool ~]# file -L /dev/cdrom
/dev/cdrom: block special (11/0)