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.