file (命令)
外觀
此條目沒有列出任何參考或來源。 (2019年4月26日) |
開發者 | 貝爾實驗室 |
---|---|
首次發布 | 1973年Unix Research Version 4的一部分; 1986年 開源重新實現 |
當前版本 |
|
源代碼庫 | https://github.com/file/file |
編程語言 | C |
操作系統 | Unix、類Unix系統 |
平台 | 跨平臺 |
類型 | 文件類型檢測器 |
許可協議 | BSD許可證、CDDL |
網站 | https://darwinsys.com/file/ |
file是Unix 系統的一條標準命令,用來確認文件的類型。
用法
[編輯]file 的 Unix 規範命令:
file [OPTION...] [FILE...]
示例
[編輯]$ file file.c file.c: C program text
$ file program program: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
$ file /dev/hda1 /dev/hda1: block special (0/0)
$ file -s /dev/hda1 /dev/hda1: Linux/i386 ext2 filesystem
外部連結
[編輯]- 單一UNIX®規範第7期,由國際開放標準組織發布 : determine file type – 命令與工具(Commands & Utilities)參考,
- file mailing list(頁面存檔備份,存於網際網路檔案館)
- file releases (頁面存檔備份,存於網際網路檔案館)
手冊頁
[編輯]- Linux用戶命令(User Commands)手冊頁 –
- NetBSD庫函數(Library Functions)手冊頁 –
- Linux庫函數(Library Functions)手冊頁 –
- OpenBSD通用命令(General Commands)手冊頁 –
其他
[編輯]- Fine Free File Command(頁面存檔備份,存於網際網路檔案館) – homepage for version of
file
used in major BSD and Linux distributions. - File for Windows(頁面存檔備份,存於網際網路檔案館) – webpage of native GnuWin32 port of
file
for 32 bit Windows. - The libmagic-dev package(頁面存檔備份,存於網際網路檔案館) on packages.debian.org(頁面存檔備份,存於網際網路檔案館)
- TrID(頁面存檔備份,存於網際網路檔案館), an alternative providing ranked answers (instead of just one) based on statistics.