Computer Services & Repairs
Chicago and Suburbs
 

Table of Contents

 

5.01 Help Utilities

 

man - displays a system manual

Options:

    -a all man pages for a chosen utility.

    -h print a one-line help message and exit

Man pages are divided into sections:

  1. User Commands-Executable programs or shell commands

  1. System Administration Commands-usually only for the root user

  1. System Calls-functions provided by kernel

  2. Library Calls-subroutines-functions within system libraries

  3. Special Files-usually found in /dev as they relate to device files

  4. File Formats and Conventions, such as /etc passwd and other configuration files

  5. Games

  6. Macro packages and conventions (man page formats and so on), sometimes called “Miscellaneous”

  1. Kernel Routines – kernel internal variable and functions


Examples: How to use the command man in a terminal.

[bash]$ man write


[bash]$ man -a ls


[bash]$ man 1 intro


whatis - search whatis database for complete words. A short descriptions of system commands


apropos - search whatis data base for strings. # (Search information about a command or subject.)


--help - this option display information about the utility.


Example: How to use command --help in a terminal.

[bash]$ls –-help | less # (piped ( | ) utility less allows to scrolling threw the screen)



info - display information about utility

Options:

h to go through interactive tutorial on info

    ? to list info commands

    SPACE to scroll through the menu of items for which information is available

    m follow by the name of the menu item you want to display

    q to quit

 
 
   

Copyright 2006 © Burnnet Computers LLC.