Wednesday, September 26th, 2007
man
Section: User Commands (1)Updated: September 19, 2005Index
Return to Main Contents
NAME
man - format and display the on-line manual pages
SYNOPSIS
man
[-acdfFhkKtwW]
[--path]
[-m
system]
[-p
string]
[-C
config_file]
[-M
pathlist]
[-P
pager]
[-B
browser]
[-H
htmlpager]
[-S
section_list]
[section]
name ...
DESCRIPTION
man
formats and displays the on-line manual pages. If you specify
section,
man
only looks in that section of the manual.
name
is normally the name of the manual page, which is typically the name
of ...
Posted in Uncategorized | No Comments »
Wednesday, September 26th, 2007
READELF
Section: GNU Development Tools (1)Updated: 2006-03-31Index
Return to Main Contents
NAME
readelf - Displays information about ELF files.
SYNOPSIS
readelf [-a|--all]
[-h|--file-header]
[-l|--program-headers|--segments]
[-S|--section-headers|--sections]
[-g|--section-groups]
[-t|--section-details]
[-e|--headers]
[-s|--syms|--symbols]
[-n|--notes]
[-r|--relocs]
[-u|--unwind]
[-d|--dynamic]
[-V|--version-info]
[-A|--arch-specific]
[-D|--use-dynamic]
[-x <number or name>|--hex-dump=<number or name>]
[-w[liaprmfFsoR]|
--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]]
[-I|-histogram]
[-v|--version]
[-W|--wide]
[-H|--help]
elffile...
DESCRIPTION
readelf displays information about one or more ELF format object
files. The options control what particular information to display.
elffile... are the object files to be examined. 32-bit and
64-bit ELF files are supported, as ...
Posted in Uncategorized | No Comments »