*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages              
Title
Content
Arch
Section
 
 822-date(1) -- Print date and time in RFC822 format
    822-date displays the current date and time in the format described in RFC822, using a numeric timezone offset as recommended in RFC1123.
 a2p(1) -- Awk to Perl translator
    A2p takes an awk script specified on the command line (or from standard input) and produces a comparable perl script on the standard output. Options    [Toc]    [Back] Options include: -D sets...
 aclocal(1) -- automatically generate aclocal.m4 from configure.in
    Automake includes a number of Autoconf macros which can be used in your package; some of them are actually required by Automake in certain situations. These macros must be defined in your aclocal.m4; ...
 addr2line(1) -- convert addresses into file names and line numbers.
    addr2line 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 ...
 apropos(1) -- search the manual page names and descriptions
    Each manual page has a short description available within it. apropos searches the descriptions for instances of keyword. keyword is usually a regular expression, as if (-r) was used, or may contain w...
 apt-extracttemplates(1) -- Utility to extract DebConf config and templates from Debian packages
    apt-extracttemplates will take one or more Debian package files as input and write out (to a temporary directory) all associated config scripts and template files. For each passed in package that cont...
 apt-ftparchive(1) -- Utility to generate index files
    apt-ftparchive is the command line tool that generates the index files that APT uses to access a distribution source. The index files should be generated on the origin site based on the content of tha...
 apt-sortpkgs(1) -- Utility to sort package index files
    apt-sortpkgs will take an index file (Source index or Package index) and sort the records so that they are ordered by the package name. It will also sort the internal fields of each record according t...
 aptitude(1) -- high-level interface to the package manager.
    aptitude is a text-based interface to the Debian GNU/Linux package system. It allows the user to view the list of packages and to perform package management tasks such as installing, upgrading, and re...
 ar(1) -- create, modify, and extract from archives
    The 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 individ...
 arch(1) -- print machine architecture
    arch is equivalent to uname -m. On current Linux systems, arch prints things such as "i386", "i486", "i586", "alpha", "sparc", "arm", "m68k", "mips", "ppc".
 as(1) -- the portable GNU assembler.
    GNU as is really a family of assemblers. If you use (or have used) the GNU assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each ver...
 at(1) -- queue, examine or delete jobs for later execution
    at and batch read commands from standard input or a specified file which are to be executed at a later time, using /bin/sh. at executes commands at a specified time. atq lists the user's pending jobs...
 autoconf(1) -- creates scripts to configure source code packages using templates
    To create configure from configure.in, run the autoconf program with no arguments. autoconf processes configure.ac with the m4 macro processor, using the Autoconf macros. If you give autoconf an argum...
 autoconf2.13(1) -- creates scripts to configure source code packages using templates
    To create configure from configure.in, run the autoconf2.13 program with no arguments. autoconf2.13 processes configure.in with the m4 macro processor, using the Autoconf macros. If you give autoconf2...
 autoheader(1) -- creates a template file of C #define's for use by configure.
    The autoheader program can create a template file of C #define statements for configure to use. If configure.ac invokes AC_CON- FIG_HEADER(FILE), autoheader creates FILE.in; if multiple file arguments...
 autoheader2.13(1) -- creates a template file of C #define's for use by configure.
    The autoheader2.13 program can create a template file of C #define statements for configure to use. If configure.in invokes AC_CON- FIG_HEADER(FILE), autoheader2.13 creates FILE.in; if multiple file a...
 automake(1) -- automatically create Makefile.in's from Makefile.am's
    To create all the Makefile.ins for a package, run the automake program in the top level directory, with no arguments. automake will automatically find each appropriate Makefile.am (by scanning configu...
 autoproject(1) -- create a skeleton source package for a new program
    autoproject simplifies the creation of a source package for a new program. The idea is that you execute autoproject just once when you start a new project. It will create a new directory and populate ...
 autoreconf(1) -- update configure scripts
    If you have a lot of Autoconf-generated configure scripts, the autore- conf program can save you some work. It runs autoconf (and autoheader, where appropriate) repeatedly to remake the Autoconf confi...
 autoreconf2.13(1) -- update configure scripts
    If you have a lot of Autoconf-generated configure scripts, the autore- conf2.13 program can save you some work. It runs autoconf2.13 (and autoheader2.13, where appropriate) repeatedly to remake the Au...
 autoscan(1) -- help to create a configure.ac file for a software package
    The autoscan program can help you create a configure.ac file for a software package. autoscan examines source files in the directory tree rooted at a directory given as a command line argument, or the...
 autoscan2.13(1) -- help to create a configure.in file for a software package
    The autoscan2.13 program can help you create a configure.in file for a software package. autoscan2.13 examines source files in the directory tree rooted at a directory given as a command line argument...
 autoupdate(1) -- updates an old configure.in file to version 2
    The autoupdate program updates a configure.in file that calls Autoconf macros by their old names to use the current macro names. In version 2 of Autoconf, most of the macros were renamed to use a more...
 autoupdate2.13(1) -- updates an old configure.in file to version 2
    The autoupdate2.13 program updates a configure.in file that calls Autoconf macros by their old names to use the current macro names. In version 2 of Autoconf, most of the macros were renamed to use a ...
 basename(1) -- strip directory and suffix from filenames
    Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX. --help display this help and exit --version output version information and exit
 bash(1) -- GNU Bourne-Again SHell
    Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh...
 bashbug(1) -- report a bug in bash
    bashbug is a shell script to help the user compose and mail bug reports concerning bash in a standard format. bashbug invokes the editor specified by the environment variable EDITOR on a temporary cop...
 bison(1) -- GNU Project parser generator (yacc replacement)
    Bison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc. Input files should follow the yacc convention of ending in .y. Unlike yacc, th...
 bobo(1) -- Publish Python objects on web servers (command line version)
    This manual page documents briefly the bobo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The command-line inter...
 bsd-csh(1) -- a shell (command interpreter) with C-like syntax
    csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co...
 builtins(1) -- bash built-in commands, see bash(1)
    
 c++filt(1) -- Demangle C++ and Java symbols.
    The 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 functi...
 c2man(1) -- generate manual pages from C source code
    c2man reads C source code files in which comments have been strategically placed, and outputs manual page(s) documenting each function defined or declared (via a prototype), and optionally each variab...
 c2ph(1) -- Dump C structures as generated from "cc -g -S" stabs
    The following is the old c2ph.doc documentation by Tom Christiansen Date: 25 Jul 91 08:10:21 GMT Once upon a time, I wrote a program called pstruct. It was a perl program that tried...
 c89(1) -- ANSI (1989) C compiler
    Calls the C compiler (cc) with the given options , using a C language environment compatible with the -ansiC specification. This includes proper handling of trigraphs, disabling non-ANSI compiler feat...
 calendar(1) -- reminder service
    Calendar checks the current directory for a file named calendar and displays lines that begin with either today's date or tomorrow's. On Fridays, events on Friday through Monday are displayed. If th...
 captoinfo(1) -- convert a termcap description into a terminfo description
    captoinfo looks in file for termcap descriptions. For each one found, an equivalent terminfo description is written to standard output. Termcap tc capabilities are translated directly to terminfo use ...
 cat(1) -- concatenate files and print on the standard output
    Concatenate FILE(s), or standard input, to standard output. -A, --show-all equivalent to -vET -b, --number-nonblank number nonblank output lines -e equivalent to -vE -E, --show-ends display $ at end o...
 catchsegv(1) -- Catch segmentation faults in programs
    Used to debug segmentation faults in programs. The output is the content of registers, plus a backtrace. Basically you call your program and its arguments as the arguments to catchsegv.
 ccmtcnvt(1) -- convert C++ comments to C comments
    This program converts the C++ style comments into traditional C style comments. C++ allows comments of that begin with `//' and end with the next newline, but they weren't introduced to the C langua...
 cdecl(1) -- decode C type declarations
    The cdecl utility decodes C type declarations producing a verbose description. Casts are accepted as well. The options are as follows: -o file Set the output destination to file. -V Print version info...
 cflow(1) -- print a function call hierarchy
    The cflow command reads files as program source and attempts to print a graph of the program's function call hierarchy to the standard output. Called functions are indented with respect to their call...
 chage(1) -- change user password expiry information
    chage changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change her password. The chage ...
 charset(1) -- Set an ACM for use in one of the G0/G1 charset slots.
    The linux console has 2 slots for charsets, labeled G0 and G1. charset changes the slot in use by the current VT to either G0 or G1, and fills the slot either with one of the 3 predefined ACMs (cp437,...
 chattr(1) -- change file attributes on a Linux second extended file system
    chattr changes the file attributes on a Linux second extended file system. The format of a symbolic mode is +-=[ASacdistu]. The operator `+' causes the selected attributes to be added to the existing...
 chfn(1) -- change user name and information
    chfn changes user fullname, office number, office extension, and home phone number information for a user's account. This information is typically printed by finger(1) and similiar programs. A normal...
 chgrp(1) -- change group ownership
    Change the group membership of each FILE to GROUP. -c, --changes like verbose but report only when a change is made --dereference affect the referent of each symbolic link, rather than the symbolic li...
 chilight(1) -- highlight a C source file
    The chilight utility colorizes the input file, expected to be written in the C language, with text attributes or markups. The options are as follows: -f format Set the output format to format. The for...
 chkdupexe(1) -- find duplicate executables
    chkdupexe will scan the union of $PATH and a hardcoded list of common locations for binaries. It will report dangling symlinks and duplicately-named binaries.
 chktri(1) -- check for trigraphs in C source code
    This program looks for lines containing trigraphs in C source code. Trigraphs are a way to represent certain characters in C source code as two question marks and a third character. For example, a bac...
 chmod(1) -- change file access permissions
    This manual page documents the GNU version of chmod. chmod changes the permissions of each given file according to mode, which can be either a symbolic representation of changes to make, or an octal n...
 chown(1) -- change file owner and group
    This manual page documents the GNU version of chown. chown changes the user and/or group ownership of each given file, according to its first non-option argument, which is interpreted as follows. If o...
 chsh(1) -- change login shell
    chsh changes the user login shell. This determines the name of the user's initial login command. A normal user may only change the login shell for their own account, the super user may change the log...
 chvt(1) -- change foreground virtual terminal
    The command chvt N makes /dev/ttyN the foreground terminal. The corresponding screen is created if it did not exist yet. To get rid of unused VTs, use deallocvt(1). The keymap action `Console_N' (usu...
 cksum(1) -- checksum and count the bytes in a file
    Print CRC checksum and byte counts of each FILE. --help display this help and exit --version output version information and exit
 clear(1) -- clear the terminal screen
    clear clears your screen if this is possible. It looks in the environment for the terminal type and then in the terminfo database to figure out how to clear the screen.
 cmp(1) -- compare two files or byte ranges
    The cmp utility compares two files of any type and writes the results to the standard output. By default, cmp is silent if the files are the same; if they differ, the byte and line number at which the...
 cobfusc(1) -- make a C source file unreadable but compilable
    This document contains only a brief description of cobfusc. For a more complete documentation, please read the Info file or the Texinfo manual. The cobfusc utility converts the input file, written in ...
 col(1) -- filter reverse line feeds from input
    Col filters out reverse (and half reverse) line feeds so that the output is in the correct order with only forward and half forward line feeds, and replaces white-space characters with tabs where poss...
 colcrt(1) -- filter nroff output for CRT previewing
    Colcrt provides virtual half-line and reverse line feed sequences for terminals without such capability, and on which overstriking is destructive. Half-line characters and underlining (changed to dash...
 colrm(1) -- remove columns from a file
    Colrm removes selected columns from the lines of a file. A column is defined as a single character in a line. Input is read from the standard input. Output is written to the standard output. If only t...
 column(1) -- columnate lists
    The column utility formats its input into multiple columns. Rows are filled before columns. Input is taken from file operands, or, by default, from the standard input. Empty lines are ignored. The opt...
 comm(1) -- compare two sorted files line by line
    Compare sorted files LEFT_FILE and RIGHT_FILE line by line. -1 suppress lines unique to left file -2 suppress lines unique to right file -3 suppress lines unique to both files --help display this help...
 configurewrapper(1) -- Placeholder for code that should correctly deal with
    This wrapper currently just calls the configure program (default ./configure) with the given parameters. It is provided because of a planned transition to an active wrapper which correctly sets --buil...
 cp(1) -- copy files and directories
    Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. -a, --archive same as -dpR --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument ...
 cpio(1) -- copy files to and from archives
    This manual page documents the GNU version of cpio. cpio copies files into or out of a cpio or tar archive, which is a file that contains other files plus information about them, such as their file na...
 cpp-2.96(1) -- The C Preprocessor
    The C preprocessor is a macro processor that is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define...
 crontab(1) -- maintain crontab files for individual users (V3)
    crontab is the program used to install, deinstall or list the tables used to drive the cron(8) daemon in Vixie Cron. Each user can have their own crontab, and though these are files in /var/spool/cron...
 csplit(1) -- split a file into sections determined by context lines
    Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ..., and output byte counts of each piece to standard output. -b, --suffix-format=FORMAT use sprintf FORMAT instead of %d -f, -...
 cstr(1) -- print out string literals in C source code
    This program reads C source code files and prints out all string literals in them. Each literal starts on a new line. Escapes are not converted. Surrounding double quotes are not retained. Adjacent li...
 cundecl(1) -- encode C type declarations
    The cundecl utility reads a verbose english description and produces a C type declaration. Casts are accepted as well. The options are as follows: -o file Set the output destination to file. -V Print ...
 cunloop(1) -- unloop C loops
    The cunloop utility unloops the C language loop and branch instructions while, do, for, if into a sequence of goto instuctions to render the source file unreadable. The options are as follows: -o file...
 cut(1) -- remove sections from each line of files
    Print selected parts of lines from each FILE to standard output. -b, --bytes=LIST output only these bytes -c, --characters=LIST output only these characters -d, --delimiter=DELIM use DELIM instead of ...
 cvs(1) -- Concurrent Versions System
    CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler sys...
 cvs-makerepos(1) -- script to create non-existing configured CVS repositories
    This manual page documents briefly the cvs-makerepos command. cvs-makerepos is a script which will create CVS repositories in the locations configured using the Debian configuration scripts with some ...
 cxref(1) -- C Cross Referencing & Documenting tool.
    A program that can automatically generate documentation and cross references for a C program. The input is any C program with appropriate comments and the output is LaTeX, HTML, RTF or SGML files.
 cxref-cc(1) -- compile and document/cross-reference a C source file
    cxref-cc is a front-end shell script interface to the cxref C-language documentation and cross-referencing program. The script runs the C compiler first on filename, applying any compiler options prov...
 cxref-query(1) -- A program to query the cross reference database from cxref.
    A very simple program to query the cross-reference database that is created by the cxref program. This is intended to be an example of the information that is in the database and how to use it rather ...
 date(1) -- print or set the system date and time
    Display the current time in the given FORMAT, or set the system date. -d, --date=STRING display time described by STRING, not `now' -f, --file=DATEFILE like --date once for each line of DATEFILE -I, ...
 dcl2inc(1) -- postprocess ftnchek .dcl files to create separate INCLUDE files
    dcl2inc postprocessing declaration files output by ftnchek(1), replacing unique COMMON block definitions by Fortran INCLUDE statements. For each input .dcl file, a modified output .dcn file is produce...
 dd(1) -- convert and copy a file
    Copy a file, converting and formatting according to the options. bs=BYTES force ibs=BYTES and obs=BYTES cbs=BYTES convert BYTES bytes at a time conv=KEYWORDS convert the file as per the comma separate...
 ddate(1) -- converts Gregorian dates to Discordian dates
    ddate prints the date in Discordian date format. If called with no arguments, ddate will get the current system date, convert this to the Discordian date format and print this on the standard output. ...
 ddd(1) -- The Data Display Debugger
    DDD is a graphical front-end for GDB and other command-line debuggers. Using DDD, you can see what is going on "inside" another program while it executes--or what another program was doing at the mo...
 deallocvt(1) -- deallocate unused virtual terminals
    If given no argument, the program deallocvt deallocates kernel memory and data structures for all unused virtual terminals. If arguments Ni are given, only TTY's /dev/ttyNi are deallocated. A virtual...
 debconf-communicate(1) -- communicate with debconf
    debconf-communicate allows you to communicate with debconf on the fly, from the command line. The package argument is the name of the package which you are pretending to be as you communicate with deb...
 debconf-copydb(1) -- copy a debconf db
    debconf-copydb copies items from an existing debconf database into another, possibly new database. The two databases may have different formats; if so a conversion will automatically be done.
 debconf-getlang(1) -- extract a language from a templates file
    This program helps make and manage translations of debconf templates. There are basically three situations in which this program might be called: A translation is just being started. You want to provi...
 debconf-loadtemplate(1) -- load template file into debconf database
    Loads one of more template files into the debconf database. The first parameter specifies the owner of the templates (typically, the owner is the name of a debian package). The remaining parameters ar...
 debconf-mergetemplate(1) -- merge together multiple debconf template files
    This program is useful if you have multiple debconf templates files which you want to merge together into one big file. All the specified files will be read in, merged, and output to standard output. ...
 debconf-show(1) -- 0debconf-show
    debconf-show displays all items in the debconf database owned by a given package, and their current values. Items that have been displayed are prefixed with an '*'. This can be useful as a debugging...
 debhelper(1) -- the debhelper tool suite
    Debhelper is used to help you build a debian package. The philosophy behind debhelper is to provide a collection of small, simple, and easily understood tools that are used in debian/rules to automate...
 defoma(1) -- Debian Font Manager, provides automatic font configuration framework.
    Defoma stands for Debian Font Manager. It provides automatic font configuration framework. Please refer the manpage of defoma-font, defomaapp, or defoma-subst for the detailed information of each comm...
 defoma-app(1) -- configure a specific application about fonts registered in Debian Font Manager.
    defoma-app is a tool to configure the fonts registered in Defoma, Debian Font Manager, for a specific application. Defoma calls the Defoma-configuration script of the specified application with regist...
 defoma-font(1) -- register/unregister font(s) to Debian Font Manager
    defoma-font is a tool to register or unregister font(s) to Defoma, Debian Font Manager. Defoma then calls Defoma-configuration-scripts provided by applications to make the font(s) configured for the a...
 defoma-hints(1) -- generate font hints.
    defoma-hints is a tool to help generating font hints. It asks various questions about the typeface of a font, reads information from a font file, and outputs the generated hints to STDOUT in a hintfil...
 defoma-id(1) -- Manage id-cache of Debian Font Manager
    defoma-id is supposed to be invoked not from a command line, but from dfontmgr.
 defoma-psfont-installer(1) -- register fonts installed in a PostScript printer.
    defoma-psfont-installer is a tool to register fonts installed in a PostScript printer to Defoma, Debian Font Manager. Those who want to print a PostScript file using the printer fonts may want to have...
 defoma-reconfigure(1) -- Reconfigure all from zero.
    defoma-reconfigure reconfigures font configuration from zero. It fixes a critical bug of data loss, but also is used for reconfiguration of fonts. defoma-reconfigure first removes almost all files and...
 defoma-subst(1) -- Modify a rulefile of Defoma font substitution system.
    defoma-subst is a tool to create/edit a rulefile of Defoma font substitution system. This system makes a certain font provide an user-specified id. Rulefile exists in order not only to specify such id...
 df(1) -- report filesystem disk space usage
    This manual page documents the GNU version of df. df displays the amount of disk space available on the filesystem containing each file name argument. If no file name is given, the space available on ...
 dh_builddeb(1) -- build debian packages
    dh_builddeb simply calls dpkg(8) to build a debian package or packages.
 dh_clean(1) -- clean up package build directories
    dh_clean is a debhelper program that is responsible for cleaning up after a package is built. It removes the package build directories, and removes some other files, such as debian/substvars, debian/f...
 dh_compress(1) -- compress files and fix symlinks in package build directories
    dh_compress is a debhelper program that is responsible for compressing the files in package build directories, and makes sure that any symlinks that pointed to the files before they were compressed ar...
 dh_fixperms(1) -- fix permissions of files in package build directories
    dh_fixperms is a debhelper program that is responsible for setting the permissions of files and directories in package build directories to a sane state -- a state that complies with Debian policy. dh...
 dh_gencontrol(1) -- generate and install control file
    dh_gencontrol is a debhelper program that is responsible for generating control files, and installing them into the DEBIAN directory with the proper permissions. This program is merely a wrapper aroun...
 dh_install(1) -- install files into package build directories
    dh_install is a debhelper program that handles installing files into package build directories. There are many dh_install* commands that handle installing specific types of files such as documentation...
 dh_installchangelogs(1) -- install changelogs into package build directories
    dh_installchangelogs is a debhelper program that is responsible for installing changelogs into package build directories. dh_installchangelogs determines if the package is a debian native package, and...
 dh_installcron(1) -- install cron scripts into etc/cron.*
    dh_installcron is a debhelper program that is responsible for installing cron scripts into etc/cron.*/ in package build directories. The files debian/package.cron.daily, debian/package.cron.weekly, de...
 dh_installdeb(1) -- install files into the DEBIAN directory
    dh_installdeb is a debhelper program that is responsible for installing files into the DEBIAN directories in package build directories with the correct permissions. dh_installdeb automatically install...
 dh_installdebconf(1) -- install files used by debconf in package build directories
    dh_installdebconf is a debhelper program that is responsible for installing files used by the debconf package into package build directories. It also automatically generates the postrm commands needed...
 dh_installdefoma(1) -- install a defoma related scripts
    dh_installdefoma is a debhelper program that is responsible for installing files related to defoma (DEbian FOnt MAnager) into package build directories. dh_installdefoma can be used by defoma-aware pa...
 dh_installdirs(1) -- create subdirectories in package build directories
    dh_installdirs is a debhelper program that is responsible for creating subdirectories in package build directories. Any directory names specified as parameters will be created in the package build dir...
 dh_installdocs(1) -- install documentation into package build directories
    dh_installdocs is a debhelper program that is responsible for installing documentation into usr/share/doc/package in package build directories. dh_installdocs automatically installs debian/copyright i...
 dh_installemacsen(1) -- register an emacs add on package
    dh_installemacsen is a debhelper program that is responsible for installing files used by the debian emacsen-common package into package build directories. It also automatically generates the postinst...
 dh_installexamples(1) -- install example files into package build directories
    dh_installexamples is a debhelper program that is responsible for installing examples into usr/share/doc/package/examples in package build directories. Any file names specified as parameters will be i...
 dh_installinfo(1) -- install and register info files
    dh_installinfo is a debhelper program that is responsible for installing info files and registering the files it installs with install-info. It determines some information about the info files by pars...
 dh_installinit(1) -- install init scripts into package build directories
    dh_installinit is a debhelper program that is responsible for installing init scripts and associated defaults files into package build directories. It also automatically generates the postinst and pos...
 dh_installlogrotate(1) -- install logrotate config files
    dh_installlogrotate is a debhelper program that is responsible for installing logrotate config files into etc/logrotate.d in package build directories. Files named debian/package.logrotate are install...
 dh_installman(1) -- install man pages into package build directories
    dh_installman is a debhelper program that handles installing man pages into the correct locations in package build directories. You tell it what man pages go in your packages, and it figures out where...
 dh_installmanpages(1) -- old-style man page installer
    dh_installmanpages is a debhelper program that is responsible for automatically installing man pages into usr/share/man/ and usr/X11R6/man/ in package build directories. This is a DWIM-style program, ...
 dh_installmenu(1) -- install debian menu files into package build directories
    dh_installmenu is a debhelper program that is responsible for installing files used by the debian menu package into package build directories. It also automatically generates the postinst and postrm c...
 dh_installmime(1) -- install mime files into package build directories
    dh_installmime is a debhelper program that is responsible for installing mime files into package build directories. It also automatically generates the postinst and postrm commands needed to interface...
 dh_installmodules(1) -- register modules with modutils
    dh_installmodules is a debhelper program that is responsible for registering kernel modules with modutils. Files named debian/package.modules will be installed as etc/modutils/package in the package b...
 dh_installpam(1) -- install pam support files
    dh_installpam is a debhelper program that is responsible for installing files used by PAM into package build directories. If a file named debian/package.pam exists, then it is installed into etc/pam.d...
 dh_installwm(1) -- register a window manager
    dh_installwm is a debhelper program that is responsible for generating the postinst and postrm commands that register a window manager with update-alternatives(8) Any window manager programs specified...
 dh_installxaw(1) -- install xaw wrappers config files into package build directories
    Warning: The xaw-wrappers package has been removed from debian, and so this program is deprecated, and due to be removed soon. dh_installxaw is a debhelper program that is responsible for installing x...
 dh_installxfonts(1) -- register X fonts
    dh_installxfonts is a debhelper program that is responsible for registering X fonts, so their corresponding fonts.dir, fonts.alias, and fonts.scale be rebuilt properly at install time. Before calling ...
 dh_link(1) -- create symlinks in package build directories
    dh_link is a debhelper program that creates symlinks in package build directories. dh_link accepts a list of pairs of source and destination files. The source files are the already existing files that...
 dh_listpackages(1) -- list binary packages debhelper will act on
    dh_listpackages is a debhelper program that outputs a list of all binary packages debhelper commands will act on. If you pass it some options, it will change the list to match the packages other debhe...
 dh_makeshlibs(1) -- automatically create shlibs file
    dh_makeshlibs is a debhelper program that automatically scans for shared libraries, and generates a shlibs file for the libraries it finds. It also adds a call to ldconfig in the postinst and postrm s...
 dh_md5sums(1) -- generate DEBIAN/md5sums file
    dh_md5sums is a debhelper program that is responsible for generating a DEBIAN/md5sums file, which lists the md5sums of each file in the package. All files in DEBIAN/ are omitted from the md5sums file,...
 dh_movefiles(1) -- move files out of debian/tmp into subpackages
    dh_movefiles is a debhelper program that is responsible for moving files out of debian/tmp or some other directory and into other package build directories. This may be useful if your package has a Ma...
 dh_perl(1) -- calculates perl scripts & modules dependencies
    dh_perl is a debhelper program that is responsible for generating the ${perl:Depends} substitutions and adding them to substvars files. The program will look at perl scripts and modules in your packag...
 dh_shlibdeps(1) -- calculate shared library dependancies
    dh_shlibdeps is a debhelper program that is responsible for calculating shared library dependancies for packages. This program is merely a wrapper around dpkg-shlibdeps(1) that calls it once for each ...
 dh_strip(1) -- strip executables, shared libraries, and some static libraries
    dh_strip is a debhelper program that is responsible for stripping executables, shared libraries, and static libraries that are not used for debugging. It assumes that files that have names like lib*_g...
 dh_suidregister(1) -- obsolete suid registration program
    This program used to register suid and sgid files with suidregister(1), but with the introduction of dpkg-statoverride(8), registration of files in this way is unnecessary, and even harmful, so this p...
 dh_testdir(1) -- test directory before building debian package
    dh_testdir tries to make sure that you are in the correct directory when building a debian package. It makes sure that the file debian/control exists, as well as any other files you specify. If not, i...
 dh_testroot(1) -- ensure that a package is built as root
    dh_testroot simply checks to see if you are root. If not, it exits with an error. Debian packages must be built as root, though you can use fakeroot(1)
 dh_testversion(1) -- ensure that the correct version of debhelper is installed
    Note: This program is deprecated. You should use build dependencies instead. dh_testversion compares the version of debhelper against the version you specify, and if the condition is not met, exits wi...
 dh_undocumented(1) -- make symlinks to undocumented.7.gz man page
    dh_undocumented is a debhelper program that is responsible for making symlinks to undocumented(7) for man pages that are not present in your package. The program takes a list of man pages that should ...
 dialog(1) -- display dialog boxes from shell scripts
    Dialog is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. These types of dialog boxes are implemented (though not all are nece...
 diff(1) -- find differences between two files
    In the simplest case, diff compares the contents of the two files from- file and to-file. A file name of - stands for text read from the standard input. As a special case, diff - - compares a copy of ...
 diff3(1) -- find differences between three files
    The diff3 command compares three files and outputs descriptions of their differences. The files to compare are mine, older, and yours. At most one of these three file names may be -, which tells diff3...
 dig(1) -- DNS lookup utility
    dig (domain information groper) is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Mos...
 dir(1) -- list directory contents
    List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. -a, --all do not hide entries starting with . -A, --almost-all do not l...
 dircolors(1) -- color setup for ls
    Output commands to set the LS_COLORS environment variable. Determine format of output: -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS -c, --csh, --c-shell output C shell code to se...
 dirname(1) -- strip non-directory suffix from file name
    Print NAME with its trailing /component removed; if NAME contains no /'s, output `.' (meaning the current directory). --help display this help and exit --version output version information and exit
 diskd(1) --
    
 diskseekd(1) --
    
 dlltool(1) -- Create files needed to build and use DLLs.
    dlltool reads its inputs, which can come from the -d and -b options as well as object files specified on the command line. It then processes these inputs and if the -e option has been specified it cre...
 dns-helper(1) -- Non-blocking name resolver interface.
    dns-helper Non-blocking name resolver interface.
 dotlockfile(1) -- Utility to manage lockfiles
    Dotlockfile is a command line utility to safely create, test and remove lockfiles. Lockfiles are created in an NFS-safe way. Dotlockfile can lock and unlock mailboxes even if the mailspool directory i...
 dpkg-architecture(1) -- set and determine the architecture for package building
    dpkg-architecture does provide a facility to determine and set the build and host architecture for package building.
 dpkg-buildpackage(1) --
    
 dpkg-checkbuilddeps(1) -- check build dependencies and conflicts
    This program checks the installed packages in the system against the build dependencies and build conflicts listed in the control file. If any are not met, it displays them and exits with a nonzero re...
 dpkg-deb(1) -- Debian package archive (.deb) manipulation tool
    dpkg-deb packs, unpacks and provides information about Debian archives. Use dpkg to install and remove packages from your system. You can also invoke dpkg-deb by calling dpkg with whatever options you...
 dpkg-distaddfile(1) --
    
 dpkg-genchanges(1) --
    
 dpkg-gencontrol(1) --
    
 dpkg-name(1) -- rename Debian packages to full package names
    This manual page documents the dpkg-name sh script which provides an easy way to rename Debian packages into their full package names. A full package name consists of __
 dpkg-parsechangelog(1) --
    
 dpkg-shlibdeps(1) --
    
 dpkg-source(1) -- Debian source package tools
    dpkg-source packs and unpacks Debian source archives. dpkg-gencontrol reads information from an unpacked Debian source tree and generates a binary package control file (which defaults to debian/tmp/DE...
 dprofpp(1) -- display perl profile data
    The dprofpp command interprets profile data produced by a profiler, such as the Devel::DProf profiler. Dprofpp will read the file tmon.out and will display the 15 subroutines which are using the most ...
 du(1) -- estimate file space usage
    Summarize disk usage of each FILE, recursively for directories. -a, --all write counts for all files, not just directories --block-size=SIZE use SIZE-byte blocks -b, --bytes print size in bytes -c, --...
 dumpkeys(1) -- dump keyboard translation tables
    dumpkeys writes, to the standard output, the current contents of the keyboard driver's translation tables, in the format specified by keymaps(5). Using the various options, the format of the output c...
 dvipdf(1) -- Convert TeX DVI file to PDF using ghostscript and dvips
    This script invokes dvips(1) with the -q option, and pipes its output into gs(1) with the following options: -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite as well as -sOutputFile and any options from the com...
 echo(1) -- display a line of text
    NOTE: your shell may have its own version of echo which will supercede the version described here. Please refer to your shell's documentation for details about the options it supports. Echo the STRIN...
 ed(1) -- text editor
    ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. red is a restricted ed: it can only edit files in the current directory and cannot execute...
 entrigraph(1) -- convert C source code to use trigraphs
    This program converts a C program to use trigraphs. A trigraph is a three character sequence that encodes a single character. A trigraph begins with two question marks. The third character is `/' (th...
 env(1) -- run a program in a modified environment
    Set each NAME to VALUE in the environment and run COMMAND. -i, --ignore-environment start with an empty environment -u, --unset=NAME remove variable from the environment --help display this help and e...
 eps2eps(1) -- Ghostscript Encapsulated PostScript "distiller"
    eps2eps uses gs(1) to convert Encapsulated PostScript(tm) file "input.eps" to simpler and (usually) faster Encapsulated PostScript in "output.eps". Normally the output is allowed to use PostScript...
 eqn(1) -- format equations for troff
    This manual page describes the GNU version of eqn, which is part of the groff document formatting system. eqn compiles descriptions of equations embedded within troff input files into commands that ar...
 esdcat(1) -- The Enlightened Sound Daemon
    esdcat pipes data from a pipe to the sound device
 esdctl(1) -- The Enlightened Sound Daemon
    Command-line control program for EsounD
 esddsp(1) -- attempt to reroute audio device to esd
    esddsp can allow non-esd applications to be routed through esd.
 esdfilt(1) -- The Enlightened Sound Daemon
    EsounD filter. Sample esd filter program that implements halving and doubling, Optionally writing the new data to a seperate file.
 esdloop(1) -- The Enlightened Sound Daemon
    esdloop is test scaffolding for sample cache, loop, and free.
 esdmon(1) -- The Enlightened Sound Daemon
    EsounD monitor. Opens the esd socket and duplicates the stream being sent to the sound device.
 esdplay(1) -- attempt to reroute audio device to esd
    Plays the FILE on EsounD.
 esdrec(1) -- The Enlightened Sound Daemon
    EsounD recorder
 esdsample(1) -- The Enlightened Sound Daemon
    EsounD sampler
 evim(1) -- easy Vim, edit a file with Vim and setup for modeless editing
    eVim starts Vim and sets options to make it behave like a modeless editor. This is still Vim but used as a point-and-click editor. This feels a lot like using Notepad on MS-Windows. eVim will always r...
 expand(1) -- convert tabs to spaces
    Convert tabs in each FILE to spaces, writing to standard output. With no FILE, or when FILE is -, read standard input. -i, --initial do not convert TABs after non whitespace -t, --tabs=NUMBER have tab...
 expiry(1) -- check and enforce password expiration policy
    expiry checks (-c) the current password expiration and forces (-f) changes when required. It is callable as a normal user command.
 expr(1) -- evaluate expressions
    --help display this help and exit --version output version information and exit Print the value of EXPRESSION to standard output. A blank line below separates increasing precedence groups. EXPRESSION ...
 factor(1) -- prints prime factors
    This manual page documents briefly the GNU factor command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a ...
 faked(1) -- daemon that remembers `fake' ownership/permissions of files manipulated by fakeroot processes.
    If a fakeroot process wants to change the ownership of a file, then faked is the process that remembers that new owner. If later the same fakeroot process does a stat() for that filename, then the lib...
 fakeroot(1) -- run a command in an environment faking root privileges for file manipulation
    fakeroot runs a command in an environment were it appears to have root privileges for file manipulation. This is useful for allowing users to create archives (tar, ar, .deb etc.) with files in them wi...
 false(1) -- do nothing, unsuccessfully
    Exit with a status code indicating failure. These option names may not be abbreviated. --help display this help and exit --version output version information and exit
 fdmount(1) --
    
 fdrawcmd(1) --
    
 fgconsole(1) -- print the number of the active VT.
    If the active VT is /dev/ttyN, then prints N on standard output.
 file(1) -- determine file type
    This manual page documents version 3.37-3.1 of the file command. File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic ...
 find(1) -- search for files in a directory hierarchy
    This manual page documents the GNU version of find. find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of pre...
 find2perl(1) -- translate find command lines to Perl code
    find2perl is a little translator to convert find command lines to equivalent Perl code. The resulting code is typically faster than running find itself. "paths" are a set of paths where find2perl wi...
 finger(1) -- user information lookup program
    The finger displays information about the system users. Options are: -s Finger displays the user's login name, real name, terminal name and write status (as a ``*'' after the terminal name if write...
 flex(1) -- fast lexical analyzer generator
    flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a s...
 floppycontrol(1) --
    
 floppymeter(1) --
    
 fmt(1) -- simple optimal text formatter
    Reformat each paragraph in the FILE(s), writing to standard output. If no FILE or if FILE is `-', read standard input. Mandatory arguments to long options are mandatory for short options too. -c, --c...
 fold(1) -- wrap each input line to fit in specified width
    Wrap input lines in each FILE (standard input by default), writing to standard output. -b, --bytes count bytes rather than columns -s, --spaces break at spaces -w, --width=WIDTH use WIDTH columns inst...
 font2c(1) -- Write PostScript Type 0 or Type 1 font as C code
    This script invokes gs(1) with the following options: -q -dNODISPLAY -dWRITESYSTEMDICT followed by the arguments from the command line. This will write out a PostScript Type 0 or Type 1 font as C code...
 free(1) -- Display amount of free and used memory in the system
    free displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. The shared memory column should be ignored; it is obsolete. Options  ...
 from(1) -- print names of those who have sent mail
    The from utility prints out the mail header lines from the invoker's mailbox. Options: -c Just print a count of messages and exit. -f file The supplied file is examined instead of the invoker's mail...
 ftnchek(1) --
    
 fuser(1) -- identify processes using files or sockets
    fuser displays the PIDs of processes using the specified files or file systems. In the default display mode, each file name is followed by a letter denoting the type of access: c current directory. e ...
 fweb(1) -- WEB processors for C, C++, Fortran, Ratfor, and TeX
    (This man page is obsolete and is no longer maintained; please see `info fweb' for up-to-date and detailed tree-structured information.) FWEB is an extension of Knuth's WEB system to handle the lang...
 g++-2.96(1) -- GNU project C++ Compiler
    The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a...
 g77-2.96(1) -- GNU project Fortran Compiler (v0.5.24)
    The C and F77 compilers are integrated; g77 is a program to call gcc with options to recognize programs written in Fortran (ANSI FORTRAN 77, also called F77). gcc processes input files through one or ...
 gasp(1) -- a preprocessor for assembly programs
    The primary purpose of the GNU assembler is to assemble the output of other programs--notably compilers. When you have to hand-code specialized routines in assembly, that means the GNU assembler is an...
 gcc-2.96(1) -- GNU project C and C++ Compiler (gcc-2.96)
    The C and C++ compilers are integrated. Both process input files through one or more of four stages: preprocessing, compilation, assembly, and linking. Source filename suffixes identify the source lan...
 gconfigger(1) -- Tool to change/read GNOME configuration entry.
    gconfigger is a tool that is used to change or read GNOME configuration entry.
 gdb(1) -- The GNU Debugger
    The purpose of a debugger such as GDB is to allow you to see what is going on ``inside'' another program while it executes--or what another program was doing at the moment it crashed. GDB can do fou...
 gdbserver(1) -- Remote Server for the GNU Debugger
    GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged. Usage (server (target) side): First, you need to have a copy of the p...
 gendoc(1) -- Documentation generation from Python source files
    This manual page documents briefly the gendoc command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. gendoc scans one or ...
 getconf(1) -- Query system configuration variables
    -v Indicate the specification and version for which to obtain configuration variables. system_var A system configuration variable, as defined by sysconf(3) or confstr(3). path_var A system configurati...
 getent(1) -- get entries from administrative database
    The getent program gathers entries from the specified administrative database using the specified search keys. Where database is one of passwd, group, hosts, services, protocols, or networks.
 getfdprm(1) --
    
 getopt(1) -- parse command options (enhanced)
    getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for legal options. It uses the GNU getopt(3) routines to do this. The parameters getopt i...
 gettext(1) -- print out string using translation
    -d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN -e enable expansion of some escape sequences -E (ignored for compatibility) -h, --help display a help message and exit -n suppress ...
 gettextize(1) -- add internationalization files to your project
    Some files are consistently and identically needed in every package internationalized through GNU `gettext'. As a matter of convenience, the gettextize program puts all these files right in your pack...
 glibcbug(1) -- Report a bug to the Glibc developers
    glibcbug is a tool for reporting bugs to the glibc maintainers. It automatically starts an editor where the user can enter details of the bug. On completion, the bug is sent to the appropriate address...
 gnome(1) -- The GNU Network Object Model Environment
    The gnome-session program launches and initializes the GNOME desktop environment. This program is usually executed from your X initialization file. If your system is configured to use gdm (the GNOME d...
 gnome-bug(1) -- Report a bug to the GNOME Bug Tracking System.
    gnome-bug Tool to report a bug to the GNOME Bug Tracking System. gnome-bug will include system information to assist the maintainer in troubleshooting.
 gnome-doc(1) -- Documentation tool for GNOME
    gnome-doc This will read a 'c' file and scan for embedded comments in the style of gnome comments (+minor extensions - see below). All output goes to stdout, with errors to stderr.
 gnome-dump-metadata(1) -- Dump the metadata database.
    gnome-dump-metadata Read and display in human readable form the metadata database
 gnome-font-install(1) -- Fontmap file generator for gnome-print
    gnome-font-install is a tool that is used to generate a fontmap file for gnome-print.
 gnome-gen-mimedb(1) -- Build the extension database for mime-magic.
    gnome-gen-mimedb Build the database /etc/mime-magic in /etc/mimemagic.dat, for fast access
 gnome-mkstub(1) -- Documentation tool for GNOME
    gnome-mkstub takes input from "cproto file.c" on stdin, and outputs GNOME API doc stubs to stdout.
 gnome-moz-remote(1) -- remote control of Mozilla.
    gnome-moz-remote open a URL in a current netscape, or start a new copy of netscape, pointing at the given page.
 gnome-name-service(1) -- Orbit name service
    gnome-name-service GOAD is the GNOME Object Activation Directory. It keeps track of the CORBA object implementations available on the system, and allows applications to activate these implementations ...
 gnome-pty-helper(1) -- Helper setuid application
    gnome-pty-helper is a program that setuid application used to open a pseudo-terminal, set the permissions, ownership and record user login information.
 gnome_segv(1) -- Graphical interface segfault for Gnome program.
    gnome_segv open a dialog box when a GNOME program segfault.
 goad-browser(1) -- Graphical GOAD browser
    goad-browser GOAD is the GNOME Object Activation Directory. It keeps track of the CORBA object implementations available on the system, and allows applications to activate these implementations or acc...
 gpasswd(1) -- administer the /etc/group file
    gpasswd is used to administer the /etc/group file (and /etc/gshadow file if compiled with SHADOWGRP defined). Every group can have administrators, members and a password. System administrator can use ...
 gprof(1) -- display call graph profile data
    "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 data is taken from the call graph ...
 grep(1) -- print lines matching a pattern
    Grep searches the named input FILEs (or standard input if no files are named, or the file name - is given) for lines containing a match to the given PATTERN. By default, grep prints the matching lines...
 groff(1) -- front end for the groff document formatting system
    groff is a front-end to the groff document formatting system. Normally it runs the troff program and a postprocessor appropriate for the selected device. Available devices are: ps For PostScript print...
 grog(1) -- guess options for groff command
    grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -mdoc, -mdoc-old, -p, -R, -g, -G, -s, and -t are required for printing files, and prints the groff command including...
 grotty(1) -- groff driver for typewriter-like devices
    grotty translates the output of GNU troff into a form suitable for typewriter-like devices. Normally grotty should be invoked by using the groff command with a -Tascii, -Tascii8, -Tlatin1, -Tnippon or...
 groups(1) -- print the groups a user is in
    --help display this help and exit --version output version information and exit Same as id -Gn. If no USERNAME, use current process.
 gs-gnu(1) -- Ghostscript (PostScript and PDF language interpreter and previewer)
    The gs (gswin32, gswin32c, gs386, gsos2) command invokes Ghostscript, an interpreter of Adobe Systems' PostScript(tm) and Portable Document Format (PDF) languages. gs reads "files" in sequence and ...
 gzexe(1) -- compress executable files in place
    The gzexe utility allows you to compress executables in place and have them automatically uncompress and execute when you run them (at a penalty in performance). For example if you execute ``gzexe /bi...
 gzip(1) -- compress or expand files
    Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes, access and modi...
 h2ph(1) -- convert .h C header files to .ph Perl header files
    h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph -r -l . The...
 h2xs(1) -- convert .h C header files to Perl extensions
    h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name...
 head(1) -- output the first part of files
    Print first 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. -c, --bytes=SIZE p...
 hexdump(1) -- ASCII, decimal, hexadecimal, octal dump
    The hexdump utility is a filter which displays the specified files, or the standard input, if no files are specified, in a user specified format. The options are as follows: -b One-byte octal display....
 host(1) -- DNS lookup utility
    host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. When no arguments or options are given, host prints a short summary of its com...
 hostid(1) -- print the numeric identifier for the current host
    Print the numeric identifier (in hexadecimal) for the current host. --help display this help and exit --version output version information and exit
 hostname(1) -- show or set the system's host name
    Hostname is used to either set or display the current host or domain name of the system. This name is used by many of the networking programs to identify the machine. The domain name is also used by N...
 html2text(1) -- an advanced HTML-to-text converter
    html2text reads HTML 3.2 documents from the input-uris, formats each into a stream of plain text characters (ISO 8859-1) and writes the result to standard output (or into output-file, if the -o comman...
 iconv(1) -- Convert encoding of given files from one encoding to another
    The iconv program converts the encoding of characters in inputfile from one coded character set to another. The result is written to standard output unless otherwise specified by the --output option. ...
 id(1) -- print real and effective UIDs and GIDs
    Print information for USERNAME, or the current user. -a ignore, for compatibility with other versions -g, --group print only the group ID -G, --groups print only the supplementary groups -n, --name pr...
 idxmerge(1) -- merge fweb-produced index files.
    idxmerge merges index files produced by the invocation of fweave with option -XI.
 ifnames(1) -- print identifiers that a package uses in C preprocessor conditionals
    ifnames can help when writing a configure.ac for a software package. It prints the identifiers that the package already uses in C preprocessor conditionals. If a package has already been set up to hav...
 ifnames2.13(1) -- print identifiers that a package uses in C preprocessor conditionals
    ifnames2.13 can help when writing a configure.in for a software package. It prints the identifiers that the package already uses in C preprocessor conditionals. If a package has already been set up to...
 indent(1) -- changes the appearance of a C program by inserting or deleting whitespace.
    This man page is generated from the file indent.texinfo. This is Edition of "The indent Manual", for Indent Version , last updated . The indent program can be used to make code easier to read. It ca...
 info(1) -- read Info documents
    Read documentation in Info format.
 infocmp(1) -- compare or print out terminfo descriptions
    infocmp can be used to compare a binary terminfo entry with other terminfo entries, rewrite a terminfo description to take advantage of the use= terminfo field, or print out a terminfo description fro...
 infotocap(1) -- convert a terminfo description into a termcap description
    infotocap looks in file for terminfo descriptions. For each one found, an equivalent termcap description is written to standard output. Terminfo use capabilities are translated directly to termcap tc ...
 install(1) -- copy files and set attributes
    In the first two formats, copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group. In the third format, create all components of the given D...
 intro(1) -- Introduction to user commands
    This chapter describes user commands.
 itclsh3.1(1) -- Simple shell for [incr Tcl]
    itclsh is a shell-like application that reads Tcl commands from its standard input, or from a file, and evaluates them. It is just like tclsh, but includes the [incr Tcl] extensions for object-oriente...
 itkwish3.1(1) -- Simple windowing shell for [incr Tcl] / [incr Tk]
    itkwish is a simple program consisting of the Tcl command language, the Tk toolkit, the [incr Tcl] extension for object-oriented programming, and the [incr Tk] extension for building mega-widgets. The...
 join(1) -- join lines of two files on a common field
    For each pair of input lines with identical join fields, write a line to standard output. The default join field is the first, delimited by whitespace. When FILE1 or FILE2 (not both) is -, read standa...
 kbd_mode(1) -- report or set the keyboard mode
    Without argument, kbd_mode prints the current keyboard mode. With argument, it sets the keyboard mode as indicated: -s: scancode mode (RAW), -k: keycode mode (MEDIUMRAW), -a: ASCII mode (XLATE), -u: U...
 kernelversion(1) -- program to report major version of kernel
    kernelversion is a small program for Debian/GNU Linux to report the major version of the kernel. This version is used by the modutils package to calculate the directories for kernel modules. See /etc/...
 kill(1) -- report process status
    The default signal for kill is TERM. Use -l or -L to list available signals. Particularly useful signals include HUP, INT, KILL, STOP, CONT, and 0. Alternate signals may be specified in three ways: -9...
 killall(1) -- kill processes by name
    killall sends a signal to all processes running any of the specified commands. If no signal name is specified, SIGTERM is sent. Signals can be specified either by name (e.g. -HUP) or by number (e.g. -...
 ksh(1) -- Public domain Korn shell
    ksh is a command interpreter that is intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language. Shell Startup    [Toc]    [Back] The following ...
 last(1) -- show listing of last logged in users
    Last searches back through the file /var/log/wtmp (or the file designated by the -f flag) and displays a list of all users logged in (and out) since that file was created. Names of users and tty's ca...
 lastb(1) --
    
 ld(1) -- Using LD, the GNU linker
    ld 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 file...
 ldd(1) -- print shared library dependencies
    ldd prints the shared libraries required by each program or shared library specified on the command line.
 less(1) -- opposite of more
    Less is a program similar to more (1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting, so with large...
 lessecho(1) -- expand metacharacters, such as * and ?, in filenames on Unix systems.
    This manual page documents briefly the lessecho command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. lessecho is a prog...
 lesskey(1) -- specify key bindings for less
    Lesskey is used to specify a set of key bindings to be used by less. The input file is a text file which describes the key bindings, If the input file is "-", standard input is read. If no input fil...
 lesspipe(1) -- "input preprocessor" for less.
    This manual page documents briefly the lessfile, and lesspipe commands. This manual page was written for the Debian GNU/Linux distribution because the input preprocessor scripts are provided by Debian...
 lexgrog(1) -- parse header information in man pages
    lexgrog is an implementation of the traditional "groff guess" utility in lex. It reads the list of files on its command line as either man page source files or preformatted "cat" pages, and displa...
 libtool(1) -- Provide generalized library-building support services.
    The `libtool' program provides a standard way to generate both static and shared libraries. It hides the complexities of platform-specific library generation behind an interface that is the same acro...
 libtoolize(1) -- add libtool support to your package
    The `libtoolize' program provides a standard way to add libtool support to your package. In the future, it may implement better usage checking, or other features to make libtool even easier to use.
 link(1) -- link a file
    Create a new directory entry FILE2 pointing to the same file as FILE1. --help display this help and exit --version output version information and exit
 ln(1) -- make links between files
    Create a link to the specified TARGET with optional LINK_NAME. If LINK_NAME is omitted, a link with the same basename as the TARGET is created in the current directory. When using the second form with...
 loadkeys(1) -- load keyboard translation tables
    The loadkeys program reads the file or files specified by filename... Its main purpose is to load the kernel keymap for the console.
 loadshlib(1) -- Gnome Object Activation Directory
    loadshlib GOAD is the GNOME Object Activation Directory. It keeps track of the CORBA object implementations available on the system, and allows applications to activate these implementations or access...
 locale(1) -- Get locale-specific information.
    The locale program writes information about the current locale environment, or all locales, to standard output. When invoked without arguments, locale summarizes the current locale environment for eac...
 localedef(1) -- compile locale definition files
    The localedef program reads the indicated charmap and input files, compiles them to a form usable by the locale(7) functions in the C library, and places the six output files in the outputpath directo...
 locate(1) -- list files in databases that match a pattern
    This manual page documents the GNU version of locate. For each given pattern, locate searches one or more databases of file names and displays the file names that contain the pattern. Patterns can con...
 logger(1) -- make entries in the system log
    Logger provides a shell command interface to the syslog(3) system log module. Options: -i Log the process id of the logger process with each line. -s Log the message to standard error, as well as the ...
 login(1) -- Begin session on the system
    login is used to establish a new session with the system. It is normally invoked automatically by responding to the login: prompt on the user's terminal. login may be special to the shell and may not...
 logname(1) -- print user's login name
    Print the name of the current user. --help display this help and exit --version output version information and exit
 look(1) -- display lines beginning with a given string
    The look utility displays any lines in file which contain string as a prefix. As look performs a binary search, the lines in file must be sorted. If file is not specified, the file /usr/share/dict/wor...
 lorder(1) -- list dependencies for object files
    The lorder utility uses nm(1) to determine interdependencies in the list of object files specified on the command line. Lorder outputs a list of file names where the first file contains a symbol which...
 ls(1) -- list directory contents
    List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. -a, --all do not hide entries starting with . -A, --almost-all do not l...
 lsattr(1) -- list file attributes on a Linux second extended file system
    lsattr lists the file attributes on a second extended file system. See chattr(1) for a description of the attributes and what they mean.
 m4(1) -- GNU macro processor
    
 magic2mime(1) -- determine file type
    This manual page documents version 3.37-3.1 of the magic2mime command. This command receives the output of the file(1) command and outputs a posible mime type for the data described; e. g.: file -b fi...
 mail(1) -- send and receive mail
    mail is an intelligent mail processing system which has a command syntax reminiscent of ed(1) with lines replaced by messages. The options are as follows: -v Verbose mode. The details of delivery are ...
 make(1) -- GNU make utility to maintain groups of programs
    The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. The manual describes the GNU implementati...
 man(1) -- an interface to the on-line reference manuals
    man is the system's manual pager. Each page argument given to man is normally the name of a program, utility or function. The manual page associated with each of these arguments is then found and dis...
 manpath(1) -- determine search path for manual pages
    If $MANPATH is set, manpath will simply display its contents and issue a warning. If not, manpath will determine a suitable manual page hierarchy search path and display the results. The colon-delimit...
 mawk(1) -- pattern scanning and text processing language
    mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms...
 mcookie(1) -- generate magic cookies for xauth
    mcookie generates a 128-bit random hexadecimal number for use with the X authority system. Typical usage: xauth add :0 . `mcookie` The "random" number generated is actually the output of the MD5 mes...
 md5sum(1) -- generates or checks MD5 message digests
    md5sum generates or checks MD5 checksums. The algorithm to generate the checksum is reasonably fast and strong enough for most cases. Exact specification of the algorithm is in RFC 1321. Normally md5s...
 md5sum.textutils(1) -- compute and check MD5 message digest
    Print or check MD5 checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read files in binary mode (default on DOS/Windows) -c, --check check MD5 sums against given list -t, --...
 mesg(1) -- control write access to your terminal
    Mesg controls the access to your terminal by others. It's typically used to allow or disallow other users to write to your terminal (see write(1)).
 mkdir(1) -- make directories
    Create the DIRECTORY(ies), if they do not already exist. -m, --mode=MODE set permission mode (as in chmod), not rwxrwxrwx - umask -p, --parents no error if existing, make parent directories as needed ...
 mkfifo(1) -- make FIFOs (named pipes)
    Create named pipes (FIFOs) with the given NAMEs. -m, --mode=MODE set permission mode (as in chmod), not a=rw - umask --help display this help and exit --version output version information and exit
 mknod(1) -- make block or character special files
    Create the special file NAME of the given TYPE. -m, --mode=MODE set permission mode (as in chmod), not a=rw - umask --help display this help and exit --version output version information and exit MAJO...
 mktemp(1) -- make temporary filename (unique)
    The mktemp utility takes the given filename template and overwrites a portion of it to create a unique filename. The template may be any filename with some number of `Xs' appended to it, for example ...
 more(1) -- file perusal filter for crt viewing
    More is a filter for paging through text one screenful at a time. This version is especially primitve. Users should realize that less(1) provides more(1) emulation and extensive enhancements.
 mozilla-1.0.0(1) -- a Web browser for X11 derived from Netscape Communicator
    Mozilla is an open-source web browser, designed for standards compliance, performance and portability.
 mpack(1) -- pack a file in MIME format
    The mpack program encodes the the named file in one or more MIME messages. The resulting messages are mailed to one or more recipients, written to a named file or set of files, or posted to a set of n...
 msgcmp(1) -- compare two message catalogs
    Mandatory arguments to long options are mandatory for short options too. -D, --directory=DIRECTORY add DIRECTORY to list for input files search -h, --help display a help message and exit -V, --version...
 msgcomm(1) -- search catalogs for common messages
    Mandatory arguments to long options are mandatory for short options too. -d, --default-domain=NAME use NAME.po for output (instead of messages.po) -D, --directory=DIRECTORY add DIRECTORY to list for i...
 msgfmt(1) -- compile message catalogs
    Generate binary message catalog from textual translation description. Mandatory arguments to long options are mandatory for short options too. -a, --alignment=NUMBER align strings to NUMBER bytes (def...
 msgmerge(1) -- merge two message catalogs
    Mandatory arguments to long options are mandatory for short options too. -C, --compendium=FILE additional library of message translations, may be specified more than once -D, --directory=DIRECTORY add...
 msgunfmt(1) -- decompile message catalogs
    Mandatory arguments to long options are mandatory for short options too. -e, --no-escape do not use C escapes in output (default) -E, --escape use C escapes in output, no extended chars --force-po wri...
 mt-gnu(1) -- control magnetic tape drive operation
    This manual page documents the GNU version of mt. mt performs the given operation, which must be one of the tape operations listed below, on a tape drive. The default tape device to operate on is take...
 munpack(1) -- unpack messages in MIME or split-uuencode format
    The munpack program reads each RFC-822 message filename and writes all non-text MIME parts or split-uuencoded files as files. If no filename argument is given, munpack reads from standard input. If th...
 mv(1) -- move (rename) files
    Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY. --backup[=CONTROL] make a backup of each existing destination file -b like --backup but does not accept an argument -f, --force never prompt befo...
 namei(1) -- follow a pathname until a terminal point is found
    Namei uses its arguments as pathnames to any type of Unix file (symlinks, files, directories, and so forth). Namei then follows each pathname until a terminal point is found (a file, directory, char d...
 nano(1) -- Nano's ANOther editor, an enhanced free Pico Clone
    This manual page documents briefly the nano command. nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just co...
 ncal(1) -- displays a calendar and the date of easter
    Cal displays a simple calendar in traditional format and ncal offers an alternative layout, more options and the date of easter. The new format is a little cramped but it makes a year fit on a 25x80 t...
 neqn(1) -- format equations for ascii output
    The neqn program is actually just a shell script which invokes the eqn(1) command with the ascii output device. Note that eqn does not support low-resolution, typewriter-like devices (although it may ...
 new-object(1) -- Add new CORBA object
    new-object GOAD is the GNOME Object Activation Directory. It keeps track of the CORBA object implementations available on the system, and allows applications to activate these implementations or acces...
 newgrp(1) -- Change group ID
    newgrp is used to change the current group ID during a login session. If the optional - flag is given, the user's environment will be reinitialized as though the user had logged in, otherwise the cur...
 ngettext(1) -- print out string using translation with singular/plural
    The ngettext program prints out a translation. It chooses between the singular and plural forms according to the COUNT parameter. -d, --domain=TEXTDOMAIN retrieve translated message from TEXTDOMAIN -e...
 nice(1) -- run a program with modified scheduling priority
    Run COMMAND with an adjusted scheduling priority. With no COMMAND, print the current scheduling priority. ADJUST is 10 by default. Range goes from -20 (highest priority) to 19 (lowest). -ADJUST increm...
 nl(1) -- number lines of files
    Write each FILE to standard output, with line numbers added. With no FILE, or when FILE is -, read standard input. -b, --body-numbering=STYLE use STYLE for numbering body lines -d, --section-delimiter...
 nlmconv(1) -- converts object code into an NLM.
    nlmconv converts the relocatable i386 object file infile into the NetWare Loadable Module outfile, optionally reading headerfile for NLM header information. For instructions on writing the NLM command...
 nm(1) -- list symbols from object files
    GNU 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: o The symbol value, in the radix selected by op...
 nohup(1) -- run a command immune to hangups, with output to a non-tty
    Run COMMAND, ignoring hangup signals. --help display this help and exit --version output version information and exit
 nroff(1) -- emulate nroff command with groff
    The nroff script emulates the nroff command using groff. Only ascii, ascii8, latin1, utf8, nippon, and cp1047 are valid arguments for the -T option. If an invalid or no -T option is given, nroff check...
 nslookup(1) -- query Internet name servers interactively
    Nslookup is a program to query Internet domain name servers. Nslookup has two modes: interactive and non-interactive. Interactive mode allows the user to query name servers for information about vario...
 ntpdate(1) -- set the date and time via NTP
    ntpdate sets the local date and time by polling the Network Time Protocol (NTP) server(s) given as the server arguments to determine the correct time. It must be run as root on the local host. A numbe...
 ntptimeset(1) -- the network time protocol
    The NTP distribution does not include man pages, but it does include a thorough manual in HTML. To help Debian users manage disk space, this documentation is packaged separately from the executables. ...
 nvi(1) -- text editors
    Vi is a screen oriented text editor. Ex is a line-oriented text editor. Ex and vi are different interfaces to the same program, and it is possible to switch back and forth during an edit session. View...
 oafd(1) -- the GNOME Object Activation Daemon.
    The oafd daemon provides a simple naming-service wrapper for GNOME applicatinos that are using CORBA, Orbit, OAF and/or Bonobo. oafd is normally started automatically when the gnome desktop is started...
 objcopy(1) -- copy and translate object files
    The GNU objcopy utility copies the contents of an object file to another. objcopy uses the GNU BFD Library to read and write the object files. It can write the destination object file in a format diff...
 objdump(1) -- display information from object files.
    objdump displays information about one or more object files. The options control what particular information to display. This information is mostly useful to programmers who are working on the compila...
 od(1) -- dump files in octal and other formats
    Write an unambiguous representation, octal bytes by default, of FILE to standard output. With no FILE, or when FILE is -, read standard input. -A, --address-radix=RADIX decide how file offsets are pri...
 oldps(1) -- report process status
    ps gives a snapshot of the current processes. If you want a repetitive update of this status, use top. This man page documents the /proc- based version of ps, or tries to.
 openvt(1) -- start a program on a new virtual terminal (VT).
    openvt will find the first available VT, and run on it the given com- mand with the given command options, standard input, output and error are directed to that terminal. The current search path ($PAT...
 paperconf(1) -- print paper configuration informations
    paperconf prints informations about a given paper. The informations that can be obtaineed are the name of the paper, its size and its width or height. When called without arguments, paperconf prints t...
 passwd(1) -- change user password
    passwd changes passwords for user and group accounts. A normal user may only change the password for their own account, the super user may change the password for any account. The administrator of a g...
 paste(1) -- merge lines of files
    Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output. With no FILE, or when FILE is -, read standard input. -d, --delimiters=LIST reuse ...
 patch(1) -- apply a diff file to an original
    patch takes a patch file patchfile containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions. Normally the pa...
 pathchk(1) -- check whether file names are valid or portable
    Diagnose unportable constructs in NAME. -p, --portability check for all POSIX systems, not only this one --help display this help and exit --version output version information and exit
 pdf2dsc(1) -- generate a PostScript page list of a PDF document
    pdf2dsc uses gs(1) to read an Adobe Portable Document Format (PDF) document "input.pdf" and create a PostScript(tm) document "output.dsc" that conforms to Adobe's Document Structuring Conventions...
 pdf2ps(1) -- Ghostscript PDF to PostScript translator
    pdf2ps uses gs(1) to convert the Adobe Portable Document Format (PDF) file "input.pdf" to PostScript(tm) in "output.ps". Normally the output is allowed to use PostScript Level 2 (but not PostScrip...
 pdffonts(1) -- Portable Document Format (PDF) font analyzer (version 1.00)
    Pdffonts lists the fonts used in a Portable Document Format (PDF) file along with various information for each font. The following information is listed for each font: name the font name, exactly as g...
 pdfimages(1) -- Portable Document Format (PDF) image extractor (version 1.00)
    Pdfimages saves images from a Portable Document Format (PDF) file as Portable Pixmap (PPM), Portable Bitmap (PBM), or JPEG files. Pdfimages reads the PDF file, scans one or more pages, PDF-file, and w...
 pdfinfo(1) -- Portable Document Format (PDF) document information extractor (version 1.00)
    Pdfinfo prints the contents of the 'Info' dictionary (plus some other useful information) from a Portable Document Format (PDF) file. The 'Info' dictionary contains the following values: title sub...
 pdfopt(1) -- Ghostscript PDF Optimizer
    pdfopt uses gs(1) to convert the Adobe Portable Document Format (PDF) file "input.pdf" to a so-called optimized form in "output.pdf". Optimization puts the elements of the file into a more linear ...
 pdftopbm(1) -- Portable Document Format (PDF) to Portable Bitmap (PBM) converter (version 1.00)
    Pdftopbm converts Portable Document Format (PDF) files to black-andwhite image files in Portable Bitmap (PBM) format. Pdftopbm reads the PDF file, PDF-file, and writes one PBM file for each page, PBM-...
 pdftops(1) -- Portable Document Format (PDF) to PostScript converter (version 1.00)
    Pdftops converts Portable Document Format (PDF) files to PostScript so they can be printed. Pdftops reads the PDF file, PDF-file, and writes a PostScript file, PS- file. If PS-file is not specified, p...
 pdftotext(1) -- Portable Document Format (PDF) to text converter (version 1.00)
    Pdftotext converts Portable Document Format (PDF) files to plain text. Pdftotext reads the PDF file, PDF-file, and writes a text file, text- file. If text-file is not specified, pdftotext converts fil...
 perl(1) -- Practical Extraction and Report Language
    Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system...
 perlbug(1) -- how to submit bug reports on Perl
    A program to help generate bug reports about perl or the modules that come with it, and mail them. If you have found a bug with a non-standard port (one that was not part of the standard distribution)...
 perlcc(1) -- generate executables from Perl programs
    perlcc creates standalone executables from Perl programs, using the code generators provided by the B module. At present, you may either create executable Perl bytecode, using the "-B" option, or ge...
 pf2afm(1) -- Make an AFM file from Postscript (PFB/PFA/PFM) font files using ghostscript
    This script invokes gs(1) to make an AFM file from PFB / PFA and (optionally) PFM files. Output goes to fontfilename.afm, which must not already exist.
 pgrep(1) -- look up or signal processes based on name and other attributes
    pgrep looks through the currently running processes and lists the process IDs which matches the selection criteria to stdout. All the criteria have to match. For example, pgrep -u root sshd will only ...
 pic(1) -- compile pictures for troff or TeX
    This manual page describes the GNU version of pic, which is part of the groff document formatting system. pic compiles descriptions of pictures embedded within troff or TeX input files into commands t...
 pinky(1) -- lightweight finger
    -l do long format output -b omit the user's home directory and shell in long format -h omit the user's project file in long format -p omit the user's plan file in long format -s do short format out...
 pl2pm(1) -- Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
    pl2pm is a tool to aid in the conversion of Perl4-style .pl library files to Perl5-style library modules. Usually, your old .pl file will still work fine and you should only use this tool if you plan ...
 pod2html(1) -- convert .pod files to .html files
    Converts files from pod format (see perlpod) to HTML format.
 pod2latex(1) -- convert pod documentation to latex format
    "pod2latex" is a program to convert POD format documentation (perlpod) into latex. It can process multiple input documents at a time and either generate a latex file per input document or a single c...
 pod2man(1) -- Convert POD data to formatted *roff input
    pod2man is a front-end for Pod::Man, using it to generate *roff input from POD source. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing u...
 pod2text(1) -- Convert POD data to formatted ASCII text
    pod2text is a front-end for Pod::Text and its subclasses. It uses them to generate formatted ASCII text from POD source. It can optionally use either termcap sequences or ANSI color escape sequences t...
 pod2usage(1) -- print usage messages from embedded pod docs in files
    pod2usage will read the given input file looking for pod documentation and will print the corresponding usage message. If no input file is specifed than standard input is read. pod2usage invokes the <...
 podchecker(1) -- check the syntax of POD format documentation files
    podchecker will read the given input files looking for POD syntax errors in the POD documentation and will print any errors it find to STDERR. At the end, it will print a status message indicating the...
 podselect(1) -- print selected sections of pod documentation on standard output
    podselect will read the given input files looking for pod documentation and will print out (in raw pod format) all sections that match one ore more of the given section specifications. If no section s...
 pon(1) -- starts up, shuts down or lists the log of PPP connections
    This manual page describes the pon, plog and poff scripts, which allow users to control PPP connections. pon pon, invoked without arguments, runs the /etc/ppp/ppp_on_boot file, if it exists and is exe...
 pr(1) -- convert text files for printing
    Paginate or columnate FILE(s) for printing. +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE] begin [stop] printing with page FIRST_[LAST_]PAGE -COLUMN, --columns=COLUMN produce COLUMN-column ou...
 printenv(1) -- print all or part of environment
    If no environment VARIABLE specified, print them all. --help display this help and exit --version output version information and exit
 printf(1) -- format and print data
    NOTE: your shell may have its own version of printf which will supercede the version described here. Please refer to your shell's documentation for details about the options it supports. Print ARGUME...
 ps(1) -- report process status
    ps gives a snapshot of the current processes. If you want a repetitive update of this status, use top. This man page documents the /proc-based version of ps, or tries to.
 ps2ascii(1) -- Ghostscript translator from PostScript or PDF to ASCII
    ps2ascii uses gs(1) to extract ASCII text from PostScript(tm) or Adobe Portable Document Format (PDF) files. If no files are specified on the command line, gs reads from standard input; but PDF input ...
 ps2epsi(1) -- generate conforming Encapsulated PostScript
    ps2epsi uses gs(1) to process a PostScript(tm) file and generate as output a new file which conforms to Adobe's Encapsulated PostScript Interchange (EPSI) format. EPSI is a special form of encapsulat...
 ps2pdf(1) -- Convert PostScript to PDF using ghostscript
    The ps2pdf scripts are work-alikes for nearly all the functionality (but not the user interface) of Adobe's Acrobat(TM) Distiller(TM) product: they convert PostScript files to Portable Document Forma...
 ps2pdfwr(1) -- Convert PostScript to PDF without specifying CompatibilityLevel, using ghostscript
    This script invokes gs(1) with following arguments -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite as well as the -dOutputFile argument, all preceded and followed by any command-line arguemnts.
 ps2ps(1) -- Ghostscript PostScript "distiller"
    ps2ps uses gs(1) to convert PostScript(tm) file "input.ps" to simpler and (usually) faster PostScript in "output.ps". Normally the output is allowed to use PostScript Level 2 constructs, but the -...
 psfaddtable(1) -- add a Unicode character table to a console font
    psfaddtable takes a console font in .psf format given by fontfile and merges it with the Unicode character table given by tablefile to produce a font file with an embedded character table, which is wr...
 psfgettable(1) -- extract the embedded Unicode character table from a console font
    psfgettable extracts the embedded Unicode character table from a .psf format console font into a human readable ASCII file of the format used by psfaddtable(1). If the font file name is a single dash ...
 psfstriptable(1) -- remove the embedded Unicode character table from a console font
    psfstriptable reads a .psf format console font from fontfile, or standard input if fontfile is a single dash (-), which may have an embedded Unicode font table, and writes (to standard output or the s...
 pstree(1) -- display a tree of processes
    pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees rooted at processes owned by that user are shown. p...
 pstruct(1) -- Dump C structures as generated from "cc -g -S" stabs
    The following is the old c2ph.doc documentation by Tom Christiansen Date: 25 Jul 91 08:10:21 GMT Once upon a time, I wrote a program called pstruct. It was a perl program that tried...
 ptx(1) -- produce a permuted index of file contents
    Mandatory arguments to long options are mandatory for short options too. -A, --auto-reference output automatically generated references -C, --copyright display Copyright and copying conditions -G, --t...
 pwd(1) -- print name of current/working directory
    NOTE: your shell may have its own version of pwd which will supercede the version described here. Please refer to your shell's documentation for details about the options it supports. Print the full ...
 python2.1(1) -- an interpreted, interactive, object-oriented programming language
    Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the ...
 ranlib(1) -- generate index to archive.
    ranlib generates an index to the contents of an archive and stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file. You may use nm -s...
 rbash(1) -- restricted bash, see bash(1)
    
 rcs2log(1) -- generates a changelog from RCS files
    rcslog generates a change log from RCS files, which can possibly be located in a CVS repository, and outputs the new change log to standard output. If no FILE is specified, rcs2log will use the files ...
 readelf(1) -- Displays information about ELF files.
    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. At the moment, reade...
 readlink(1) -- display target of symbolic link on standard output
    The readlink utility when invoked with the pathname of a symbolic link as its argument dereferences the symbolic link and prints the name of target on standard output. If readlink is invoked with an a...
 readprofile(1) -- a tool to read kernel profiling information
    The readprofile command uses the /proc/profile information to print ascii data on standard output. The output is organized in three columns: the first is the number of clock ticks, the second is the n...
 rename(1) -- renames multiple files
    "rename" renames the filenames supplied according to the rule specified as the first argument. The perlexpr argument is a Perl expression which is expected to modify the $_ string in Perl for at lea...
 renice(1) -- alter priority of running processes
    Renice alters the scheduling priority of one or more running processes. The following who parameters are interpreted as process ID's, process group ID's, or user names. Renice'ing a process group c...
 replay(1) -- play back typescripts, using timing information
    This program replays a typescript, using timing information to ensure that output happens at the same speed as it originally appeared when the script was recorded. It is only guaranteed to work preper...
 rev(1) -- reverse lines of a file
    The rev utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read. FreeBSD 5.2.1 March 21, 1992 ...
 rm(1) -- remove files or directories
    This manual page documents the GNU version of rm. rm removes each specified file. By default, it does not remove directories. If a file is unwritable, the standard input is a tty, and the -f or --forc...
 rmccmt(1) -- remove comments from C and C++ programs
    This program removes comments from C source code, both traditional and C++ style comments. Each traditional comment is replaced with one space, and C++ style comment is replaced with a newline. With t...
 rmdir(1) -- remove empty directories
    Remove the DIRECTORY(ies), if they are empty. --ignore-fail-on-non-empty ignore each failure that is solely because a directory is nonempty -p, --parents remove DIRECTORY, then try to remove each dire...
 rpcgen(1) -- an RPC protocol compiler
    rpcgen is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Lan...
 rusers(1) -- who is logged in to machines on local network
    The rusers command produces output similar to who, but for the list of hosts or all machines on the local network. For each host responding to the rusers query, the hostname with the names of the user...
 s2p(1) -- Sed to Perl translator
    s2p takes a sed script specified on the command line (or from standard input) and produces a comparable perl script on the standard output. Options    [Toc]    [Back] Options include: -D sets ...
 sane-find-scanner(1) -- find SCSI and USB scanners and their device files
    sane-find-scanner is a command-line tool to find SCSI and some USB scanners and determine their Unix device files. It's part of the sanebackends package. It checks the default generic SCSI devices, e...
 saned(1) -- SANE network daemon
    saned is the SANE (Scanner Access Now Easy) daemon that allows remote clients to access image acquisition devices available on the local host.
 scanimage(1) -- scan an image
    scanimage is a command-line interface to control image acquisition devices such as flatbed scanners or cameras. The device is controlled via command-line options. After command-line processing, scanim...
 script(1) -- make typescript of terminal session
    Script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file can b...
 sdiff(1) -- find differences between two files and merge interactively
    The sdiff command merges two files and interactively outputs the results to outfile. If from-file is a directory and to-file is not, sdiff compares the file in from-file whose file name is that of to-...
 sed(1) -- a Stream EDitor
    Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits script...
 sensible-editor(1) -- sensible editing and paging
    sensible-editor and sensible-pager make sensible decisions on which editor and pager to call, respectively. Programs under Debian GNU/Linux can use these scripts as their default editor and pager or e...
 seq(1) -- prints a sequence of numbers
    This manual page documents briefly the GNU seq command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a man...
 setfdprm(1) --
    
 setleds(1) -- set the keyboard leds
    setleds reports and changes the led flag settings of the current VT (namely NumLock, CapsLock and ScrollLock). Without arguments, setleds prints the current settings. With arguments, it sets or clears...
 setmetamode(1) -- define the keyboard meta key handling
    Without argument, setmetamode prints the current Meta key mode. With argument, it sets the Meta key mode as indicated. The setting before and after the change are reported. The Meta key mode is specif...
 setterm(1) -- set terminal attributes
    setterm writes to standard output a character string that will invoke the specified terminal capabilities. Where possible terminfo is consulted to find the string to use. Some options however (marked ...
 sfconvert(1) -- convert between various audio formats
    The sfconvert tool can be used to convert audio files from one audio format to another. The files' audio formats have to be supported by libaudiofile.
 sfinfo(1) -- display information about audio files
    Given one or more input audio files, sfinfo displays information about the audio data and the sound file itself, like the file format, audio encoding, sampling rate, or duration. The file format must ...
 showcfont(1) -- displays all characters in the current screen-font.
    showfont uses successive switches of the Application Charset Map in 8-bit console-mode to have all 256 or 512 characters in the current font displayed on the screen.
 showkey(1) -- examine the scan codes and keycodes sent by the keyboard
    showkey prints to standard output either the scan codes, the keycode, or the character of each key pressed/released. The program runs until 10 seconds (or the amount of time specified by the --timeout...
 shred(1) -- delete a file securely, first overwriting it to hide its contents
    Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data. -f, --force change permissions to allow writing if necessary -n, --...
 size(1) -- list section sizes and total size.
    The 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 fi...
 skill(1) -- report process status
    The default signal for skill is TERM. Use -l or -L to list available signals. Particularly useful signals include HUP, INT, KILL, STOP, CONT, and 0. Alternate signals may be specified in three ways: -...
 sleep(1) -- delay for a specified amount of time
    Pause for NUMBER seconds. SUFFIX may be `s' for seconds (the default), `m' for minutes, `h' for hours or `d' for days. Unlike most implementations that require NUMBER be an integer, here NUMBER ma...
 soelim(1) -- interpret .so requests in groff input
    soelim reads files and replaces lines of the form .so file by the contents of file. It is useful if files included with so need to be preprocessed. Normally, soelim should be invoked with the -s optio...
 sort(1) -- sort lines of text files
    Write sorted concatenation of all FILE(s) to standard output. +POS1 [-POS2] start a key at POS1, end it *before* POS2 (obsolescent) field numbers and character offsets are numbered starting with zero ...
 splain(1) -- standalone program to do the same thing
    The "diagnostics" Pragma This module extends the terse diagnostics normally emitted by both the perl compiler and the perl interpreter, augmenting them with the more explicative and endearing descri...
 split(1) -- split a file into pieces
    Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input. -b, --bytes=SIZE put SIZE bytes per output file -C, --line...
 strace(1) -- trace system calls and signals
    In the simplest case strace runs the specified command until it exits. It intercepts and records the system calls which are called by a process and the signals which are received by a process. The nam...
 strings(1) -- print the strings of printable characters in files.
    For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character....
 strip(1) -- Discard symbols from object files.
    GNU strip discards all symbols from object files objfile. The list of object files may include archives. At least one object file must be given. strip modifies the files named in its argument, rather ...
 stty(1) -- change and print terminal line settings
    Print or change terminal characteristics. -a, --all print all current settings in human-readable form -g, --save print all current settings in a stty-readable form -F, --file=DEVICE open and use the s...
 su(1) -- Change user ID or become super-user
    su is used to become another user during a login session. Invoked without a username, su defaults to becoming the super user. The optional argument - may be used to provide an environment similiar to ...
 sum(1) -- checksum and count the blocks in a file
    Print checksum and block counts for each FILE. -r defeat -s, use BSD sum algorithm, use 1K blocks -s, --sysv use System V sum algorithm, use 512 bytes blocks --help display this help and exit --versio...
 superformat(1) --
    
 sync(1) -- flush filesystem buffers
    Force changed blocks to disk, update the super block. --help display this help and exit --version output version information and exit
 tac(1) -- concatenate and print files in reverse
    Write each FILE to standard output, last line first. With no FILE, or when FILE is -, read standard input. -b, --before attach the separator before instead of after -r, --regex interpret the separator...
 tack(1) -- terminfo action checker
    The tack program has three purposes: (1) to help you build a new terminfo entry describing an unknown terminal, (2) to test the correctness of an existing entry, and (3) to develop the correct pad tim...
 tail(1) -- output the last part of files
    Print the last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. --retry keep tr...
 tar(1) -- The GNU version of the tar archiving utility
    This manual page documents the GNU version of tar , an archiving program designed to store and extract files from an archive file known as a tarfile. A tarfile may be made on a tape drive, however, it...
 tbl(1) -- format tables for troff
    This manual page describes the GNU version of tbl, which is part of the groff document formatting system. tbl compiles descriptions of tables embedded within troff input files into commands that are u...
 tclsh8.0(1) -- Simple shell containing Tcl interpreter
    Tclsh is a shell-like application that reads Tcl commands from its standard input or from a file and evaluates them. If invoked with no arguments then it runs interactively, reading Tcl commands from ...
 tclsh8.3(1) -- Simple shell containing Tcl interpreter
    Tclsh is a shell-like application that reads Tcl commands from its standard input or from a file and evaluates them. If invoked with no arguments then it runs interactively, reading Tcl commands from ...
 tcsh(1) -- C shell with file name completion and command line editing
    tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh(1). It is a command language interpreter usable both as an interactive login shell and a shell script command pr...
 tee(1) -- read from standard input and write to standard output and files
    Copy standard input to each FILE, and also to standard output. -a, --append append to the given FILEs, do not overwrite -i, --ignore-interrupts ignore interrupt signals --help display this help and ex...
 telnet.netkit(1) -- user interface to the TELNET protocol
    The telnet command is used for interactive communication with another host using the TELNET protocol. It begins in command mode, where it prints a telnet prompt ("telnet> "). If telnet is invoked wi...
 tempfile(1) -- create a temporary file in a safe manner
    tempfile creates a temporary file in a safe manner. It uses tempnam(3) to choose the name and opens it with O_RDWR | O_CREAT | O_EXCL. The filename is printed on standard output. The directory to plac...
 test(1) -- check file types and compare values
    Exit with the status determined by EXPRESSION. --help display this help and exit --version output version information and exit EXPRESSION is true or false and sets exit status. It is one of: ( EXPRESS...
 tic(1) -- the terminfo entry-description compiler
    The command tic translates a terminfo file from source format into compiled format. The compiled format is necessary for use with the library routines in ncurses(3X). The results are normally placed i...
 tixwish4.1(1) -- Windowing shell for interpreting Tix commands.
    Tixwish is a simple program consisting of the Tcl command language, the Tk toolkit, and a main program that reads commands from standard input or from a file. It creates a main window and then process...
 tload(1) -- graphic representation of system load average
    tload prints a graph of the current system load average to the specified tty (or the tty of the tload process if none is specified). Options    [Toc]    [Back] The -s scale option allows a vertical sc...
 toe(1) -- table of (terminfo) entries
    With no options, toe lists all available terminal types by primary name with descriptions. File arguments specify the directories to be scanned; if no such arguments are given, your default terminfo d...
 top(1) -- display top CPU processes
    top provides an ongoing look at processor activity in real time. It displays a listing of the most CPU-intensive tasks on the system, and can provide an interactive interface for manipulating processe...
 touch(1) -- change file timestamps
    Update the access and modification times of each FILE to the current time. -a change only the access time -c, --no-create do not create any files -d, --date=STRING parse STRING and use it instead of c...
 tput(1) -- initialize a terminal or query terminfo database
    The tput utility uses the terminfo database to make the values of terminal-dependent capabilities and information available to the shell (see sh(1)), to initialize or reset the terminal, or return the...
 tr(1) -- translate or delete characters
    Translate, squeeze, and/or delete characters from standard input, writing to standard output. -c, --complement first complement SET1 -d, --delete delete characters in SET1, do not translate -s, --sque...
 troff(1) -- format documents
    This manual page describes the GNU version of troff, which is part of the groff document formatting system. It is highly compatible with UNIX troff. Usually it should be invoked using the groff comman...
 true(1) -- do nothing, successfully
    Exit with a status code indicating success. These option names may not be abbreviated. --help display this help and exit --version output version information and exit
 tset(1) -- terminal initialization
    Tset initializes terminals. Tset first determines the type of terminal that you are using. This determination is done as follows, using the first terminal type found. 1. The terminal argument specifie...
 tsort(1) -- perform topological sort
    Write totally ordered list consistent with the partial ordering in FILE. With no FILE, or when FILE is -, read standard input. --help display this help and exit --version output version information an...
 tty(1) -- print the file name of the terminal connected to standard input
    Print the file name of the terminal connected to standard input. -s, --silent, --quiet print nothing, only return an exit status --help display this help and exit --version output version information ...
 tzselect(1) -- view timezones
    This manual page explains how you can use the tzselect utility to view the installed timezone. It comes handy when you want to know what time it is in other countries, or if you just wonder what timez...
 ul(1) -- do underlining
    Ul reads the named files (or standard input if none are given) and translates occurrences of underscores to the sequence which indicates underlining for the terminal in use, as specified by the enviro...
 uname(1) -- print system information
    Print certain system information. With no OPTION, same as -s. -a, --all print all information -m, --machine print the machine (hardware) type -n, --nodename print the machine's network node hostname ...
 unexpand(1) -- convert spaces to tabs
    Convert spaces in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. -a, --all convert all whitespace, instead of initial whitespace -t, --tabs=NUMBER...
 unicode_start(1) -- put the console in Unicode mode.
    The unicode_start command puts both the screen and the keyboard in Uni- code mode, and maybe load the given font and screen-font map. If no args are given, the current font and screen-font map will be...
 unicode_stop(1) -- put the console out of unicode mode (ie. in 8-bit mode).
    The unicode_stop command puts both the screen and the keyboard in 8-bit mode, canceling the effect of a previous call to unicode_start(1).
 uniq(1) -- remove duplicate lines from a sorted file
    Discard all but one of successive identical lines from INPUT (or standard input), writing to OUTPUT (or standard output). -c, --count prefix lines by the number of occurrences -d, --repeated only prin...
 unlink(1) -- unlink a file
    unlink the FILE. --help display this help and exit --version output version information and exit
 untrigraph(1) -- remove trigraphs from C source code
    untrigraph converts trigraphs into their single character equivalents. See the entrigraph(1) manual page for a description of trigraphs.
 updatedb(1) -- update a file name database
    This manual page documents the GNU version of updatedb, which updates file name databases used by GNU locate. The file name databases contain lists of files that were in particular directory trees whe...
 uptime(1) -- Tell how long the system has been running.
    uptime gives a one line display of the following information. The current time, how long the system has been running, how many users are currently logged on, and the system load averages for the past ...
 users(1) -- print the user names of users currently logged in to the current host
    Output who is currently logged in according to FILE. If FILE is not specified, use /var/run/utmp. /var/log/wtmp as FILE is common. --help display this help and exit --version output version informatio...
 uuidgen(1) -- command-line utility to create a new UUID value
    The uuidgen program creates a new universally unique identifier (UUID) using the libuuid(3) library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, and a...
 vdir(1) -- list directory contents
    List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuSUX nor --sort. -a, --all do not hide entries starting with . -A, --almost-all do not l...
 vim(1) -- Vi IMproved, a programmers text editor
    Vim is a text editor that is upwards compatible to Vi. It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi lev...
 vimdiff(1) -- edit two or three versions of a file with Vim and show differences
    Vimdiff starts Vim on two (or three) files. Each file gets its own window. The differences between the files are highlighted. This is a nice way to inspect changes and to move changes from one version...
 vimtutor(1) -- the Vim tutor
    Vimtutor starts the Vim tutor. It copies the tutor file first, so that it can be modified without changing the original file. The Vimtutor is useful for people that want to learn their first Vim comma...
 vt-is-UTF8(1) -- check whether current VT is in UTF8- or byte-mode.
    vt-is-UTF8 checks whether the current VT is in UTF8 mode, by writing (and erasing afterwards) a 3-byte-long UTF8 sequence, and looking how much chars where displayed by the console driver. A message t...
 w.procps(1) -- Show who is logged on and what they are doing.
    w displays information about the users currently on the machine, and their processes. The header shows, in this order, the current time, how long the system has been running, how many users are curren...
 wall(1) -- write a message to users
    Wall displays the contents of file or, by default, its standard input, on the terminals of all currently logged in users. Only the super-user can write on the terminals of users who have chosen to den...
 watch(1) -- execute a program periodically, showing output fullscreen
    watch runs command repeatedly, displaying its output (the first screenfull). This allows you to watch the program output change over time. By default, the program is run every 2 seconds; use -n or --i...
 wc(1) -- print the number of bytes, words, and lines in files
    Print line, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input. -c, --bytes, --chars print the byte counts -...
 whatis(1) -- display manual page descriptions
    Each manual page has a short description available within it. whatis searches the manual page names and displays the manual page descriptions of any name matched. name may contain wildcards (-w) or be...
 whereis(1) -- locate the binary, source, and manual page files for a command
    whereis locates source/binary and manuals sections for specified files. The supplied names are first stripped of leading pathname components and any (single) trailing extension of the form .ext, for e...
 which(1) -- locate a command
    which returns the files which would be executed had its arguments been given as commands. Debian GNU/Linux 15 May 1997 WHICH(1)
 whiptail(1) -- display dialog boxes from shell scripts
    whiptail is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. Currently, these types of dialog boxes are implemented: yes/no box...
 who(1) -- show who is logged on
    -a, --all same as -b -d --login -p -r -t -T -u -b, --boot time of last system boot -d, --dead print dead processes -H, --heading print line of column headings -i, --idle add idle time as HOURS:MINUTES...
 whoami(1) -- print effective userid
    Print the user name associated with the current effective user id. Same as id -un. --help display this help and exit --version output version information and exit
 windres(1) -- manipulate Windows resources.
    windres reads resources from an input file and copies them into an output file. Either file may be in one of three formats: "rc" A text format read by the Resource Compiler. "res" A binary format ...
 wish8.3(1) -- Simple windowing shell
    Wish is a simple program consisting of the Tcl command language, the Tk toolkit, and a main program that reads commands from standard input or from a file. It creates a main window and then processes ...
 write(1) -- send a message to another user
    Write allows you to communicate with other users, by copying lines from your terminal to theirs. When you run the write command, the user you are writing to gets a message of the form: Message from yo...
 xargs(1) -- build and execute command lines from standard input
    This manual page documents the GNU version of xargs. xargs reads arguments from the standard input, delimited by blanks (which can be protected with double or single quotes or a backslash) or newlines...
 xdfcopy(1) --
    
 xgettext(1) -- extract translatable string from given input files
    Mandatory arguments to long options are mandatory for short options too. -a, --extract-all extract all strings -c, --add-comments[=TAG] place comment block with TAG (or those preceding keyword lines) ...
 xpdf(1) -- Portable Document Format (PDF) file viewer for X (version 1.00)
    Xpdf is a viewer for Portable Document Format (PDF) files. (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.) Xpdf runs under the X Window System on UNIX...
 xvfb-run(1) -- run specified X client or command in a virtual X server environment
    xvfb-run is a wrapper for the Xvfb(1) command which simplifies the task of running commands (typically an X client, or a script containing a list of clients to be run) within a virtual X server enviro...
 xxd(1) -- make a hexdump or do the reverse.
    xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. Like uuencode(1) and uudecode(1) it allows the transmission of binary data in...
 yes(1) -- output a string repeatedly until killed
    Repeatedly output a line with all specified STRING(s), or `y'. --help display this help and exit --version output version information and exit
 ypcat(1) -- print values of all keys in a NIS database
    ypcat prints the values of all keys from the NIS database specified by mapname, which may be a map name or a map nickname.
 ypchfn(1) --
    
 ypchsh(1) --
    
 ypmatch(1) -- print the values of one or more keys from a NIS map
    ypmatch prints the values of one or more keys from the NIS database specified by mapname, which may be a map name or a map nickname.
 yppasswd(1) -- change your password in the NIS database
    The standard passwd(1), chfn(1) and chsh(1) cannot be used under Linux to change the users NIS password, shell and GECOS information, because they only modify the password file on the local host. For ...
 ypwhich(1) -- return name of NIS server or map master
    ypwhich returns the name of the NIS server that supplies the NIS services to a NIS client, or which is the master for a map. If invoked without arguments, it gives the NIS server for the local machine...
 yyextract(1) -- extract grammar rules from a yacc grammar
    The yyextract utility extracts the grammar rules from a yacc grammar. The options are as follows: -b Select the Backus-Naur Form (BNF) for the output. -e Select the Extended Backus-Naur Form (EBNF) fo...
 yyref(1) -- generate cross-reference for yacc input
    yyref generates cross-references for yacc input files. The output consists of a number listing of the header and rules part, followed by the cross-reference. The options are as follows: -o Set the out...
 zdiff(1) -- compare compressed files
    Zcmp and zdiff are used to invoke the cmp or the diff program on compressed files. All options specified are passed directly to cmp or diff. If only 1 file is specified, then the files compared are fi...
 zdump(1) -- time zone dumper
    Zdump prints the current time in each zonename named on the command line. These options are available: -v For each zonename on the command line, print the time at the lowest possible time value, the t...
 zforce(1) -- force a '.gz' extension on all gzip files
    zforce forces a .gz extension on all gzip files so that gzip will not compress them twice. This can be useful for files with names truncated after a file transfer. On systems with a 14 char limitation...
 zgrep(1) -- search possibly compressed files for a regular expression
    Zgrep is used to invoke the grep on compress'ed or gzip'ed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and...
 zless(1) -- file perusal filter for crt viewing of compressed text
    Zless is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. It is the equivalent of setting the environment variable PAGER to less, an...
 zmore(1) -- file perusal filter for crt viewing of compressed text
    Zmore is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. zmore works on files compressed with compress, pack or gzip, and also on u...
 znew(1) -- recompress .Z files to .gz files
    Znew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z extension then apply znew.
 zsoelim(1) -- satisfy .so requests in roff input
    zsoelim parses file arguments, or if none are specified, its standard input for lines of the form: .so These requests are replaced by the contents of the filename specified. If the request ...
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service