Linux Manuals

The Linux Manuals (man pages) document is an important part of Linux documents. Linux Manuals are organized as several sections. Each section has a group of commands for a specific area in Linux usage, administration or development.

  • |

    arm-gp2x-linux-size (1) Linux Manual Page

    size – list section sizes and total size. Synopsissize [-A|-B|–format=compatibility]   [–help]   [-d|-o|-x|–radix=number]   [-t|–totals]   [–target=bfdname] [-V|–version]     [objfile…] DescriptionThe GNU size utility lists the section sizes—and the total size—for each of the object or archive files objfile in its argument list. By default, one line of output is generated for each object file or each module in an…

  • |

    arm-gp2x-linux-readelf (1) Linux Manual Page

    readelf – Displays information about ELF files. Synopsisreadelf [-a|–all]   [-h|–file-header]   [-l|–program-headers|–segments]   [-S|–section-headers|–sections]   [-g|–section-groups]   [-e|–headers]   [-s|–syms|–symbols]   [-n|–notes]   [-r|–relocs]   [-u|–unwind]   [-d|–dynamic]   [-V|–version-info]   [-A|–arch-specific]   [-D|–use-dynamic]   [-x <number>|–hex-dump=<number>]   [-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… Descriptionreadelf displays information about one or more ELF format object files. The options control what particular information to display. elffile… are the object files to…

  • |

    arm-gp2x-linux-objdump (1) Linux Manual Page

    objdump – display information from object files. Synopsisobjdump [-a|–archive-headers]   [-b bfdname|–target=bfdname]   [-C|–demangle[=style] ]   [-d|–disassemble]   [-D|–disassemble-all]   [-z|–disassemble-zeroes]   [-EB|-EL|–endian={big | little }]   [-f|–file-headers]   [–file-start-context]   [-g|–debugging]   [-e|–debugging-tags]   [-h|–section-headers|–headers]   [-i|–info]   [-j section|–section=section]   [-l|–line-numbers]   [-S|–source]   [-m machine|–architecture=machine]   [-M options|–disassembler-options=options]   [-p|–private-headers]   [-r|–reloc]   [-R|–dynamic-reloc]   [-s|–full-contents]   [-G|–stabs]   [-t|–syms]   [-T|–dynamic-syms]   [-x|–all-headers]   [-w|–wide]   [–start-address=address]   [–stop-address=address]   [–prefix-addresses]   [–[no-]show-raw-insn]   [–adjust-vma=offset]   [–special-syms]   [-V|–version]   [-H|–help]   objfile… Descriptionobjdump displays information about one or more object files….

  • |

    arm-gp2x-linux-objcopy (1) Linux Manual Page

    objcopy – copy and translate object files Synopsisobjcopy [-F bfdname|–target=bfdname]   [-I bfdname|–input-target=bfdname]   [-O bfdname|–output-target=bfdname]   [-B bfdarch|–binary-architecture=bfdarch]   [-S|–strip-all]   [-g|–strip-debug]   [-K symbolname|–keep-symbol=symbolname]   [-N symbolname|–strip-symbol=symbolname]   [–strip-unneeded-symbol=symbolname]   [-G symbolname|–keep-global-symbol=symbolname]   [-L symbolname|–localize-symbol=symbolname]   [-W symbolname|–weaken-symbol=symbolname]   [-w|–wildcard]   [-x|–discard-all]   [-X|–discard-locals]   [-b byte|–byte=byte]   [-i interleave|–interleave=interleave]   [-j sectionname|–only-section=sectionname]   [-R sectionname|–remove-section=sectionname]   [-p|–preserve-dates]   [–debugging]   [–gap-fill=val]   [–pad-to=address]   [–set-start=val]   [–adjust-start=incr]   [–change-addresses=incr]   [–change-section-address section{=,+,-}val]   [–change-section-lma section{=,+,-}val]   [–change-section-vma section{=,+,-}val]   [–change-warnings] [–no-change-warnings]   [–set-section-flags section=flags]   [–add-section sectionname=filename]   [–rename-section oldname=newname[,flags]]   [–change-leading-char] [–remove-leading-char]   [–srec-len=ival] [–srec-forceS3]   [–redefine-sym old=new]   [–redefine-syms=filename]   [–weaken]   [–keep-symbols=filename]   [–strip-symbols=filename]   [–strip-unneeded-symbols=filename]   [–keep-global-symbols=filename]   [–localize-symbols=filename]   [–weaken-symbols=filename]   [–alt-machine-code=index]   [–prefix-symbols=string]…

  • |

    arm-gp2x-linux-nm (1) Linux Manual Page

    nm – list symbols from object files Synopsisnm [-a|–debug-syms] [-g|–extern-only] [-B] [-C|–demangle[=style]] [-D|–dynamic] [-S|–print-size] [-s|–print-armap] [-A|-o|–print-file-name][–special-syms] [-n|-v|–numeric-sort] [-p|–no-sort] [-r|–reverse-sort] [–size-sort] [-u|–undefined-only] [-t radix|–radix=radix] [-P|–portability] [–target=bfdname] [-fformat|–format=format] [–defined-only] [-l|–line-numbers] [–no-demangle] [-V|–version] [-X 32_64] [–help]  [objfile…] DescriptionGNU nm lists the symbols from object files objfile…. If no object files are listed as arguments, nm assumes the file a.out. For each symbol, nm shows: * The symbol value, in the radix selected…

  • |

    arm-gp2x-linux-ld (1) Linux Manual Page

    ld – Using LD, the GNU linker Synopsisld [options] objfile … Descriptionld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language files written in a superset of AT&T‘s Link Editor Command…

  • |

    arm-gp2x-linux-gprof (1) Linux Manual Page

    gprof – display call graph profile data Synopsisgprof [ -[abcDhilLrsTvwxyz] ] [ -[ACeEfFJnNOpPqQZ][name] ]  [ -I dirs ] [ -d[num] ] [ -k from/to ]  [ -m min-count ] [ -R map_file ] [ -t table-length ]  [ –[no-]annotated-source[=name] ]   [ –[no-]exec-counts[=name] ]  [ –[no-]flat-profile[=name] ] [ –[no-]graph[=name] ]  [ –[no-]time=name] [ –all-lines ] [ –brief ]   [ –debug[=level] ] [ –function-ordering ]   [ –file-ordering ] [ –directory-path=dirs ]  [ –display-unused-functions ] [ –file-format=name ]  [ –file-info ] [ –help ] [ –line ] [ –min-count=n ]  [ –no-static ] [ –print-path ] [ –separate-files ]  [ –static-call-graph ] [ –sum ] [ –table-length=len ]  [ –traditional ] [ –version ] [ –width=n ]  [ –ignore-non-functions ] [ –demangle[=STYLE] ]  [ –no-demangle ] [ image-file ] [ profile-file … ] Description"gprof" produces an execution profile of C, Pascal, or Fortran77 programs. The effect of called routines is incorporated in the profile of each caller. The profile…

  • |

    arm-gp2x-linux-gcov (1) Linux Manual Page

    gcov – coverage testing tool Synopsisgcov [-v|–version] [-h|–help]   [-a|–all-blocks]   [-b|–branch-probabilities]   [-c|–branch-counts]   [-n|–no-output]   [-l|–long-file-names]   [-p|–preserve-paths]   [-f|–function-summaries]   [-o|–object-directory directory|file] sourcefile   [-u|–unconditional-branches] Descriptiongcov is a test coverage program. Use it in concert with GCC to analyze your programs to help create more efficient, faster running code and to discover untested parts of your program. You can use gcov as a…

  • |

    arm-gp2x-linux-gcc (1) Linux Manual Page

    gcc – GNU project C and C++ compiler Synopsisgcc [-c|-S|-E] [-std=standard]  [-g] [-pg] [-Olevel]  [-Wwarn…] [-pedantic]  [-Idir…] [-Ldir…]  [-Dmacro[=defn]…] [-Umacro]  [-foption…] [-mmachine-option…]  [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. g++ accepts mostly the same options as gcc. DescriptionWhen you invoke GCC, it normally does preprocessing, compilation, assembly and linking. The “overall options” allow you…

  • |

    arm-gp2x-linux-g++ (1) Linux Manual Page

    gcc – GNU project C and C++ compiler Synopsisgcc [-c|-S|-E] [-std=standard]  [-g] [-pg] [-Olevel]  [-Wwarn…] [-pedantic]  [-Idir…] [-Ldir…]  [-Dmacro[=defn]…] [-Umacro]  [-foption…] [-mmachine-option…]  [-o outfile] infile… Only the most useful options are listed here; see below for the remainder. g++ accepts mostly the same options as gcc. DescriptionWhen you invoke GCC, it normally does preprocessing, compilation, assembly and linking. The “overall options” allow you…

  • |

    arm-gp2x-linux-cpp (1) Linux Manual Page

    cpp – The C Preprocessor Synopsiscpp [-Dmacro[=defn]…] [-Umacro]  [-Idir…] [-iquotedir…]  [-Wwarn…]  [-M|-MM] [-MG] [-MF filename]  [-MP] [-MQ target…]  [-MT target…]  [-P] [-fno-working-directory]  [-x language] [-std=standard]  infile outfile Only the most useful options are listed here; see below for the remainder. DescriptionThe C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It…

  • |

    arm-gp2x-linux-c++filt (1) Linux Manual Page

    c++filt – Demangle C++ and Java symbols. Synopsisc++filt [-_|–strip-underscores]   [-j|–java]   [-n|–no-strip-underscores]   [-p|–no-params]   [-s format|–format=format]   [–help]  [–version]  [symbol…] DescriptionThe C++ and Java languages provides function overloading, which means that you can write many functions with the same name (providing each takes parameters of different types). All C++ and Java function names are encoded into a low-level assembly label (this…

  • |

    arm-gp2x-linux-as (1) Linux Manual Page

    AS – the portable GNU assembler. Synopsisas [-a[cdhlns][=file]] [–alternate] [-D]  [–defsym sym=val] [-f] [-g] [–gstabs] [–gstabs+]  [–gdwarf-2] [–help] [-I dir] [-J] [-K] [-L]  [–listing-lhs-width=NUM] [–listing-lhs-width2=NUM]  [–listing-rhs-width=NUM] [–listing-cont-lines=NUM]  [–keep-locals] [-o objfile] [-R] [–statistics] [-v]  [-version] [–version] [-W] [–warn] [–fatal-warnings]   [-w] [-x] [-Z] [–target-help] [target-options]   [—|files …] Target Alpha options: [-mcpu] [-mdebug | -no-mdebug] [-relax] [-g] [-Gsize] [-F] [-32addr] Target ARC options: [-marc[5|6|7|8]] [-EB|-EL] Target ARM options: [-mcpu=processor[+extension…]] [-march=architecture[+extension…]] [-mfpu=floating-point-format] [-mfloat-abi=abi] [-meabi=ver] [-mthumb] [-EB|-EL] [-mapcs-32|-mapcs-26|-mapcs-float|  -mapcs-reentrant] [-mthumb-interwork] [-k] Target CRIS options: [–underscore | –no-underscore] [–pic] [-N] [–emulation=criself | –emulation=crisaout] [–march=v0_v10 | –march=v10 | –march=v32 | –march=common_v10_v32] Target D10V options: [-O] Target…

  • |

    arm-gp2x-linux-ar (1) Linux Manual Page

    ar – create, modify, and extract from archives Synopsisar [-X32_64] [–]p[mod [relpos] [count]] archive [member…] DescriptionThe GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it possible to retrieve the original individual files (called members of the archive)….

  • |

    arm-gp2x-linux-addr2line (1) Linux Manual Page

    addr2line – convert addresses into file names and line numbers. Synopsisaddr2line [-b bfdname|–target=bfdname]     [-C|–demangle[=style]]     [-e filename|–exe=filename]     [-f|–functions] [-s|–basename]     [-H|–help] [-V|–version]     [addr addr …] Descriptionaddr2line translates program addresses into file names and line numbers. Given an address and an executable, it uses the debugging information in the executable to figure out which file name and line number are associated…

  • |

    arlatex (1) Linux Manual Page

    arlatex – archive a number of ancillary LaTeX files into a master .tex file Synopsisarlatex [–outfile=filename.tex] –document=filename.tex filename … arlatex –version arlatex –help Descriptionarlatex is an archiving program like shar, tar, zip, etc. Unlike those other archivers, however, arlatex is designed specifically for use with LaTeX. arlatex takes the name of a master .tex file…

  • |

    ark (1) Linux Manual Page

    ark – KDE archiving tool Synopsis ark [-b] [-a] [-e] [-c] [-f suffix] [-p] [-t file] [-d] [-o directory] [KDE Generic Options] [Qt(TM) Generic Options]DescriptionArk is a program for managing various compressed file formats within KDE. Archives can be viewed, extracted, created and modified with Ark. The program can handle various formats such as tar, gzip,…

  • |

    arjdisp (1) Linux Manual Page

    arjdisp – ARJ simple graphical interface Synopsisarj [test|archive_name filename uncompsize bytes compsize cmd_verb] DescriptionThe arjdisp command is a graphical interface for arj. See Alsoarj(1). AuthorThis manual page was written by Ola Lundqvist <opal [at] debian.org> in pod format, then converted by Guillem Jover <guillem [at] debian.org> to nroff format.

  • |

    arj (1) Linux Manual Page

    arj – Archiver for .arj files Synopsisarj command [-switch[–|+|option]] archive[.arj] [base directory] [!list name|path name|wildcard name] Descriptionarj is a compression and file archiving utility. It was invented by Robert K. Jung. ARJ stands for Archived by Robert Jung. Commandsac Add Chapter to chapter archive. cc Convert archive to Chapter archive. dc Delete last Chapter from…