Difference between revisions of "File"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
* <code>[[grep]], [[ack]], [[ag]]</code>
 
* <code>[[grep]], [[ack]], [[ag]]</code>
 
* <code>[[diff]]</code>
 
* <code>[[diff]]</code>
 +
 +
== Examples ==
  
 
  file file.img
 
  file file.img

Revision as of 09:46, 17 September 2022

Linux Kernel modes for file I/O: buffered and direct. (See also: kswapd and Jens Axboe)


Examples

file file.img
file.img: DOS/MBR boot sector; partition 1 : ID=0xc, active, start-CHS (0x0,0,2), end-CHS (0x41,4,4), startsector 1, 1044480 sectors; partition 2 : ID=0x83, start-CHS (0x41,4,5), end-CHS (0x3e7,35,61), startsector 1044481, 31457280 sectors
file your_pem_file.pem
your_pem_file.pem PEM RSA private key
file private_key_file
private_key_file: OpenSSH private key
file searchindex.MYI
searchindex.MYI: MySQL MyISAM index file Version 1, 3 key parts, 0 unique key parts, 3 keys, 5734 records, 0 deleted records
file venv/bin/activate
venv/bin/activate: ASCII text
file /etc/apt/trusted.gpg
/etc/apt/trusted.gpg: GPG key public ring, created .../...
file /usr/share/keyrings/hashicorp-archive-keyring.gpg
/usr/share/keyrings/hashicorp-archive-keyring.gpg: PGP/GPG key public ring (v4) created Thu Jun  7 18:09:42 2020 RSA (Encrypt or Sign) 4096 bits MPI=0xcb4b530fed7acc95...
file gdrive
gdrive: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, not stripped

Related terms

See also

Advertising: