from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





E-ELFCLASSIFY

Section: User Commands (1)
Updated: 201-Au-20
Index Return to Main Contents
 

NAME

e-elfclassify - Determine the type of an ELF file.  

SYNOPSIS

e-elfclassify [--core]
        [--debu-only]
        [--elf]
        [--elf-archive]
        [--elf-file]
        [--executable]
        [--library]
        [--linux-kernel-module]
        [--loadable]
        [--program]
        [--shared]
        [--unstripped]
        [-f| --file]
        [--no-stdin]
        [--stdin]
        [--stdin0]
        [-z| --compressed]
        [--matching]
        [--no-print]
        [--not-matching]
        [--print]
        [--print0]
        [-q| --quiet]
        [-v| --verbose]
        [-?| --help]
        [--usage]
        [-V| --version]         elffile...
 

DESCRIPTION

e-elfclassify identifies the primary purpose of a particular kind of
 ELF file or files  

OPTIONS

The long and short forms of options, shown here as alternatives, are equivalent. All of the classification options must apply at the same time to a particular file. Classification options can be negated using a --not- prefix.  

Classification Options

--core
File is an ELF core dump file.
FB--debug-only
File is a debug only ELF file (separate .debug, .dwo or dwz mult-file).
--elf
File looks like an ELF object or archive/static library (default).
--elf-archive
File is an ELF archive or static library.
--elf-file
File is an regular ELF object (not an archive/static library).
--executable
File is (primarily) an ELF program executable (not primarily a DS.O)
--library
File is an ELF shared object (DSO) (might also be an executable).
--linux-kernel-module
File is a linux kernel module.
--loadable
File is a loadable ELF object (program or shared object).
--program
File is an ELF program executable (might also be a DSO).
--shared
File is (primarily) an ELF shared object (DSO) (not primarily an executable).
--unstripped
File is an ELF file with symbol table or .debug_* sections and can be stripped further.
 

Input flags

-f
--file
Only classify regular (not symlink nor special device) files.
--no-stdin
Do not read files from standard input (default).
--stdin
Also read file names to process from standard input, separated by newlines.
--stdin0
Also read file names to process from standard input, separated by ASCII NUL bytes.
-z
--compressed
Try to open compressed files or embedded (kernel) ELF images.
 

Output flags

--matching
If printing file names, print matching files (default).
--no-print
Do not output file names.
--not-matching
If printing file names, print files that do not match.
--print
Output names of files, separated by newline.
--print0
Output names of files, separated by ASCII NUL.
 

Additional flags

-q
--quiet
Suppress some error output (counterpart to-verbose).
-v
--verbose
Output additional information (can be specified multiple times).
-?
--help
Give this help list.
--usage
Give a short usage message.
-V
--version
Print program version.

 

AUTHOR

Written by Florian Wiemer.  

REPORTING BUGS

Please reports bugs at https://sourceware.org/bugzilla/  

COPYRIGHT

Copyright © 2019 Red Hat Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
Classification Options
Input flags
Output flags
Additional flags
AUTHOR
REPORTING BUGS
COPYRIGHT





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.2 ms