我使用過的Linux命令之file - 檢測並顯示檔案型別
用途說明
file命令是用來檢測並顯示檔案型別(determine file type)。
常用引數
-b 不顯示檔名稱,只顯示檔案型別。在shell指令碼中時有用。
-i 顯示MIME類別。
-L 直接顯示符號連線所指向的檔案的類別。
-f namefile 指定名稱檔案(namefile),該檔案每一行為一個檔名,file命令將按每一行的檔名辨別該檔案的型別
使用示例
示例一 顯示檔案型別
[root@web ~]# file install.log
install.log: UTF-8 Unicode text
[root@web ~]# file -b install.log <== 不顯示檔名稱
UTF-8 Unicode text
[root@web ~]# file -i install.log <== 顯示MIME類別。
install.log: text/plain; charset=utf-8
[root@web ~]# file -b -i install.log
text/plain; charset=utf-8
[root@web ~]#
示例二 顯示符號連結的檔案型別
[root@rhel55 ~]# ls -l /var/mail
lrwxrwxrwx 1 root root 10 08-13 00:11 /var/mail -> spool/mail
[root@rhel55 ~]# file /var/mail
/var/mail: symbolic link to `spool/mail'
[root@rhel55 ~]# file -L /var/mail
/var/mail: directory
[root@rhel55 ~]# file /var/spool/mail
/var/spool/mail: directory
[root@rhel55 ~]# file -L /var/spool/mail
/var/spool/mail: directory
[root@rhel55 ~]#
示例三
[root@web186 root]# file *
1.sh: ASCII text
1.txt: empty
20080308xzmf.txt: ASCII text, with CRLF line terminators
448FD15874B0DC51.wav: RIFF (little-endian) data, WAVE audio, ITU G.711 a-law, mono 8000 Hz
449110BA327B23C6.vox: 8086 relocatable (Microsoft)
600d.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, stereo 44100 Hz
anaconda-ks.cfg: ASCII English text
banner.swf: data
commons-beanutils.jar: Zip archive data, at least v1.0 to extract
cvs_accept.sh: Bourne shell script text executable
data: directory
employer0605.txt: Non-ISO extended-ASCII text
GetFirstFile.class: compiled Java class data, version 49.0
GetFirstFile.java: ASCII Java program text
HELPFILE: C++ program text
httptunnel.zip: Zip archive data, at least v2.0 to extract
iptables_man.txt: ASCII English text, with overstriking
lnx61su_171.tar.gz: gzip compressed data, from Unix
megamgr.bin.filepart: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.0.0, statically linked, stripped
MegaPR_Linux_A02.tar.gz: gzip compressed data, was "MegaPR_Linux_A02.tar", from Win/32
mess0429.txt: ISO-8859 text, with very long lines
smartmontools-5.36.tar.gz: gzip compressed data, from Unix, max compression
sms.qunfa: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
sms.vip.cfg: ISO-8859 text, with very long lines
top.txt: ASCII text, with CRLF, LF line terminators
voice20061128.rar: RAR archive data
vox2amr.sh: Bourne-Again shell script text executable
[root@web186 root]#
注:使用file命令顯示出來的檔案型別有些情況下不一定太準確,如上面黑體顯示的.vox檔案格式,應該是Dialogic VOX File格式的。
問題思考
1. 怎樣自定義某種檔案型別?
相關文章
- linux檔案管理命令例項分析【顯示、檢視、統計等】Linux
- linux每日命令(25):Linux檔案型別與副檔名Linux型別
- 表示一個檔案的 File 型別型別
- python-magic:檢測檔案的MIME型別Python型別
- 檔案上傳漏洞防範-檔案型別檢測型別
- <input type="file"> 限制檔案型別型別
- Linux學習之常用的Linux檔案內容檢視命令!Linux
- [linux] fuser程式顯示檔案Linux
- 顯示命令及檔案路徑用什麼命令?Linux運維核心命令Linux運維
- linux檢視超過1G大檔案命令Linux
- Linux 中顯示可執行檔案的路徑 | 哪個命令Linux
- 顯示檔案內容的Linux命令有哪些?linux如何系統的學習Linux
- Linux檢視檔案的命令有哪些?Linux
- Linux 檢視系統檔案命令Linux
- Linux常用命令之如何檢視檔案內容?Linux
- Linux基礎命令---mpstat顯示cpu使用Linux
- 每天一個Linux命令-使用du檢視檔案大小Linux
- Linux 檢視檔案內容——bat 命令LinuxBAT
- Linux系統中常用的檔案檢視命令Linux
- 如何在 Linux 中檢視已掛載的檔案系統型別Linux型別
- 使用 split 命令分割 Linux 檔案Linux
- chkdsk 命令引數 檢查磁碟並顯示狀態報告
- Linux檔案型別釋出啦!Linux型別
- Mac顯示和隱藏“隱藏檔案”命令Mac
- webstorm中express專案bin/www檔案型別顯示錯誤解決方法WebORMExpress型別
- JS專題之資料型別和型別檢測JS資料型別
- 什麼是檔案?Linux檔案型別有哪些?Linux型別
- Linux檔案內容檢視相關命令Linux
- 常用的7個Linux檔案內容檢視命令!Linux
- 慢動作輸出 Linux 命令結果並用彩色顯示Linux
- 檢查 Linux 檔案系統中的錯誤:透過案例學習 FSCK 命令Linux
- mac顯示隱藏檔案,取消顯示隱藏檔案Mac
- PHP檔案型別檢查及fileinfo模組安裝使用PHP型別
- 透過Ubuntu虛擬機器+Linux移植LVGL並透過linux Frame buffer顯示Ubuntu虛擬機Linux
- 檢視系統型別的命令型別
- 導覽Linux 檔案系統型別Linux型別
- Linux 檔案系統型別導覽Linux型別
- 怎樣理解和識別 Linux 中的檔案型別Linux型別
- Linux如何檢視檔案內容?Linux常用命令Linux