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.