Difference between revisions of "File (command)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
− | + | <code>file</code> command included in the <code>[[file]]</code> package. | |
+ | |||
+ | file your_file.zip | ||
+ | your_file.zip: [[Zip]] archive data, at least v2.0 to extract | ||
[[file]] encrypted.data | [[file]] encrypted.data | ||
− | encrypted.data: openssl enc'd data with salted password | + | encrypted.data: [[openssl enc]]'d data with [[salted]] password |
+ | |||
+ | file [[minikube]] | ||
+ | minikube: [[ELF]] 64-bit [[LSB]] executable, [[x86-64]], version 1 (SYSV), dynamically linked (uses shared libs), not stripped | ||
+ | |||
+ | file [[ansible-vault]]-file | ||
+ | ansible-vault_file: [[Ansible Vault]], version 1.1, encryption [[AES256]] | ||
+ | |||
+ | 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]] | ||
+ | |||
+ | file minikube_binary | ||
+ | minikube_binary: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked ([[uses shared libs]]), not | ||
+ | stripped | ||
+ | |||
+ | 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 cert.pem | ||
+ | cert.pem: [[PEM certificate]] | ||
+ | file [[id_rsa]] | ||
+ | id_rsa: OpenSSH 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 your_public_key.asc | ||
+ | [[PGP public key]] block Public-Key (old) | ||
+ | |||
+ | file timescaledb-tune | ||
+ | timescaledb-tune: [[Mach-O]] [[64-bit]] executable [[x86_64]] | ||
+ | |||
+ | {{file mariadb}} | ||
+ | |||
+ | file file.[[tar.gz]] | ||
+ | file.tar.gz: [[gzip]] compressed data, from Unix | ||
+ | |||
+ | file /etc/mail/genericstable.db | ||
+ | /etc/mail/genericstable.db: [[Berkeley DB]] (Hash, version 9, native byte-order) | ||
+ | |||
+ | file text.txt | ||
+ | text.txt: [[ASCII text]] | ||
+ | |||
+ | file yourfile.txt | ||
+ | yourfile.txt [[ASCII]] text, with [[escape sequences]] | ||
+ | |||
+ | file /usr/share/keyrings/cloud.google.gpg | ||
+ | [[/usr/share/keyrings/cloud.google.gpg]]: [[OpenPGP]] Public Key Version 4, Created Sat May 21 09:50:12 2022, RSA (Encrypt or Sign, 2048 bits) | ||
+ | |||
+ | |||
+ | [[file]] my[[monero]]wallet122023 | ||
+ | mymonerowallet122023: [[data]] | ||
+ | |||
+ | file data[[.mdb]] | ||
+ | data.mdb: data | ||
+ | |||
+ | [[file]] [[/System/Library/]]PrivateFrameworks/CoreSpeech.framework/[[corespeechd]] | ||
+ | /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd: [[Mach-O]] universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e] | ||
+ | /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd (for architecture x86_64): Mach-O 64-bit executable x86_64 | ||
+ | /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd (for architecture arm64e): Mach-O 64-bit executable arm64e | ||
+ | |||
+ | |||
+ | [[ASCII text, with overstriking]] | ||
+ | |||
+ | |||
+ | [[file (command)|file]] jwt.hex | ||
+ | jwt.hex: [[ASCII text, with no line terminators]] | ||
== Related commands == | == Related commands == | ||
* <code>[[md5sum]]</code> | * <code>[[md5sum]]</code> | ||
− | |||
== See also == | == See also == |
Latest revision as of 12:27, 8 August 2024
file
command included in the file
package.
file your_file.zip your_file.zip: Zip archive data, at least v2.0 to extract
file encrypted.data encrypted.data: openssl enc'd data with salted password
file minikube minikube: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped
file ansible-vault-file ansible-vault_file: Ansible Vault, version 1.1, encryption AES256
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
file minikube_binary minikube_binary: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped
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 cert.pem cert.pem: PEM certificate
file id_rsa id_rsa: OpenSSH 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 your_public_key.asc PGP public key block Public-Key (old)
file timescaledb-tune timescaledb-tune: Mach-O 64-bit executable x86_64
file mariadb-bin.index mariadb-bin.index: ASCII text file mariadb-bin.000003 mariadb-bin.000003: MySQL replication log, server id 1 MySQL V5+, server version 10.4.21-MariaDB-1:10.4.21+maria~bionic-log
file file.tar.gz file.tar.gz: gzip compressed data, from Unix
file /etc/mail/genericstable.db /etc/mail/genericstable.db: Berkeley DB (Hash, version 9, native byte-order)
file text.txt text.txt: ASCII text
file yourfile.txt yourfile.txt ASCII text, with escape sequences
file /usr/share/keyrings/cloud.google.gpg /usr/share/keyrings/cloud.google.gpg: OpenPGP Public Key Version 4, Created Sat May 21 09:50:12 2022, RSA (Encrypt or Sign, 2048 bits)
file mymonerowallet122023 mymonerowallet122023: data
file data.mdb data.mdb: data
file /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e] /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd (for architecture x86_64): Mach-O 64-bit executable x86_64 /System/Library/PrivateFrameworks/CoreSpeech.framework/corespeechd (for architecture arm64e): Mach-O 64-bit executable arm64e
ASCII text, with overstriking
file jwt.hex jwt.hex: ASCII text, with no line terminators
Related commands[edit]
See also[edit]
Advertising: