home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / docu / ascii / suselxen / slxen-20.txt < prev    next >
Text File  |  2000-03-11  |  245KB  |  3,830 lines

  1.                                                                                Appendix A
  2.                                                                 Important keys
  3.  
  4. A short summary of helpful and important keys.
  5.  
  6.           
  7.   Enter                            Executes a command on the command line;
  8.                                    otherwise, a linefeed.
  9.            
  10.   Alt  +  F1  
  11.                    - F6            Change to another console (in text mode).
  12.                      
  13.   Ctrl  +  Alt  +  F1  
  14.                              - F6   Under X11 and Dosemu: change to one of
  15.                                    the text consoles.
  16.         
  17.   Alt  +  F7                       Switch from a text console back to X11.
  18.                  
  19.   Ctrl  +  Alt  +     -            Exit X11.
  20.                               
  21.   Shift    +  Page                 Shows previous screens on console. Works
  22.                                    until consoles are switched.
  23.                                                                        
  24.   Shift    +  Page                 Opposite of  Shift    + Page    
  25.                                                                       .
  26.     
  27.                                    Displays the previous commands on the
  28.                                    command line.
  29.                                                             
  30.                                    Just the opposite of     (in the shell).
  31.                           
  32.   Shift     +  Alt   +
  33.                                    X11: Change to the next virtual desktop (in
  34.   Cursor                           the direction of the cursor). The number of
  35.                                    virtual desktops is set in .fvwm[2]rc with
  36.                                    the parameter "DeskTopSize".
  37.  
  38.                          
  39.   Ctrl   +             Alt   +
  40.                                    Changes the screen resolution according to
  41.   ▒(gray)                          entries in XF86Config.
  42.              
  43.   Ctrl  
  44.          + D                       Log out. Corresponds to exit. EOF (end of
  45.                                    file). Affected by entry in /etc/profile:
  46.                                    ignoreeof=x. Here, x indicates how
  47.                                    many times command can be repeated until
  48.                                    executed.
  49.  
  50.                                       Table A.1:
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                                                                                        451
  57.  
  58.  
  59.  
  60. A. Important keys
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. 452
  109.  
  110.  
  111.  
  112.                                                                       Appendix B
  113.                                                                         Glossary
  114.  
  115. We have limited our glossary to UNIX and Linux specific terms, since a
  116. complete introduction to electronic data processing is beyond the scope of
  117. this book. The reader of this glossary should already be familiar with terms
  118. such as bits and bytes.
  119.  
  120.  ATAPI
  121.    ATAPI is a type of CD-ROM drive that is connected to an (E)IDE con-
  122.    troller. Apart from ATAPI drives, there are SCSI CD-ROM drives, han-
  123.    dled by a SCSI controller, and proprietary CD-ROM drives that use their
  124.    own controller or are connected to a sound card.
  125.  Account
  126.    Combination of login and password. In general, the user account is cre-
  127.    ated by the  system administrator. He also assigns one or more groups
  128.    to the user, as well as the resulting permissions. Creating a user account
  129.    normally includes assigning a  home directory and the delivery of 
  130.    email.
  131.  Acronym
  132.    Quite often abbreviations are called acronyms. Linux,  FTP and  GNU
  133.    are well-known acronyms.
  134.  Alias
  135.    This expression is often used in connection with the  shell. An alias is a
  136.    short-cut to command with long names, or often used ones. Please refer
  137.    to the handbook section on the shell.
  138.  Background process
  139.    If your  Shell is apparently only occupied with one process, this is called
  140.    its foreground process. Most shells also offer the ability to run processes
  141.    in the background.
  142.    If you want to run a process in the background, you have to attach an `&'
  143.    at the end. A  multitasking operating system such as Linux is required
  144.    in order to run background processes.
  145.  Backup
  146.    Backups should be done regularly, especially the important files! Even
  147.    some configuration files that have been created with difficulty are worth
  148.    being backed up. In Linux, one of the commands used for backups is
  149.    tar. It backs up the files to a  device or filename. Quite often tar is
  150.    used in combination with gzip.
  151.  
  152.                                                                                   453
  153.  
  154.  
  155.  
  156. B. Glossary
  157.  
  158.                Base Linux
  159.                  When you install Linux for the first time, the base-Linux has to be brought
  160.                  up first. It works without the hard disk which is not accessible at this
  161.                  point. Its kernel is on the boot disk or on CD-ROM. The root image (also
  162.                  on CD-ROM or on the boot disk) is loaded into a RAM disk. The other
  163.                  programs (e. g., YaST) are also loaded into RAM disk.
  164.                  After the first login, you start YaST and prepare for installation of the
  165.                  "real" Linux.
  166.                BIOS Basic Input Output System
  167.                  Every PC includes a small memory area containing the BIOS. This is
  168.                  a system of programs for executing basic operations connected to the
  169.                  hardware such as memory check and recognizing hard drives. In Linux,
  170.                  the BIOS is not active, since it runs in real mode, and is switched off
  171.                  by the kernel at boot time. The Linux  kernel has much more powerful
  172.                  capabilities than the BIOS.
  173.                Booting
  174.                  Booting is the sequence of computer operations from power-up until the
  175.                  system is ready for use. In Linux, this entails loading the kernel, which
  176.                  can be seen with the message "uncompressing linux..." and
  177.                  which ends with the `login:' prompt.
  178.                Buffer
  179.                  A buffer is a sort of intermediate memory which enables you to speed
  180.                  up access to data being moved between different media and devices that
  181.                  operate at different speeds. On Linux, there are many buffers.
  182.                CD-ROM Drive
  183.                  There are various types of CD-ROM drives available. The most common
  184.                  nowadays are  ATAPI drives, which are connected to a (E)IDE hard disk
  185.                  controller. Apart from these drives there are also
  186.                  * SCSI CD-ROM drives, which are operated via a SCSI host adapter,
  187.                  * CD-ROM drives connected to the parallel port, and
  188.                  * proprietary CD-ROM drives which are controlled via special controller
  189.                     cards or via the sound card.
  190.                  Special drivers onlz need to be chosen for the last-mentioned drives!
  191.                Command line
  192.                  Working with UNIX in a shell is command line oriented. This, in par-
  193.                  ticular, means that any process you enter in a  shell can have its own
  194.                  command line (e. g., the command ls can take a lot of options to change
  195.                  its behavior).
  196.                Console
  197.                  In former times, this was synonymous with terminal. In Linux, you have
  198.                  virtual consoles. This enables you to use one screen for many indepen-
  199.                  dent running sessions. In the standard  runlevel 2, you have six virtual
  200.                                                                               
  201.                  consoles which can be reached by pressing  Alt  + F1  to  Alt  + F6  
  202.                                                                                            .
  203.  
  204. 454
  205.  
  206.  
  207.  
  208.                                                                                      B. Glossary
  209.  
  210.     From within a running X Window System,1 you reach the text consoles
  211.                                                                   
  212.     by pressing  Ctrl  + Alt  + F1  to  Ctrl  + Alt  + F6  
  213.                                                                         .
  214.  CPU Central Processing Unit
  215.     The computer processor. Intel x86 processors can be run in many different
  216.     modes. Here, we want to distinguish between two of them:
  217.      * Real mode: the "original" mode using a segmented memory protocol.
  218.         This is slow, antiquated and limited to 16 bit software.
  219.      * Protected mode: (available from 386 onwards). Mode with linear
  220.         memory model. Only this mode uses the full power of the CPU. Linux
  221.         runs only in protected mode.
  222.     At the time of writing, Linux exists for the following processor architec-
  223.     tures: Intel x86, DEC alpha, Motorola m68k, Sparc, PowerPC, MIPS,
  224.     ARM.
  225.  Cursor
  226.     The cursor is normally a block character which marks the place for input
  227.     on a computer screen. On Linux, this term occurs in:
  228.      * Shell/editor: a spot marked with a rectangle or flashing line showing
  229.         where the next entry will occur. In the shell, the cursor is right of the
  230.          Prompt.
  231.      * Mouse cursor under X: depending on the background, it changes its
  232.         shape. For example, an arrow in an xterm, X-shaped on the root
  233.         window or I-shaped in an  editor buffer.
  234.      * GPM cursor (console): a one character block which can be positioned
  235.         on the console by means of the mouse. It can be used for cut and paste.
  236.         See ( Selection).
  237.  Daemon
  238.     A daemon Dist and execution monitor is a program which monitors in the
  239.     background, and comes into action when required. Such daemons answer
  240.     FTP- or HTTP requests, for example, or control activity in the PCMCIA
  241.     slots.
  242.  Device
  243.     In Linux devices are accessed via special entries in the file system, which
  244.     are located in /dev/. These entries contain the device numbers with
  245.     which the  Kernel can reach the device drivers.
  246.  Directories
  247.     Build a  filesystem structure. Files and other directories are listed in a
  248.     directory.  file `x' lies in directory `y' if its name is listed in this
  249.     directory. Because there are branches of subdirectories within other di-
  250.     rectories, this is often referred to as a directory tree. If you want to see
  251.     another directory, you can change into it. Files can be compared to the
  252.     leaves of the directory tree which cannot (quite logically) contain any
  253.     more subdirectories (branches). Directories follow the same restrictions
  254.     as files. The special directories `.' and `..' refer to the directory itself
  255.     and to its parent directory in filesystem hierarchy.
  256. 1 which uses either console 7 (runlevel 2) or console 3 (runlevel 3)
  257.  
  258.                                                                                             455
  259.  
  260.  
  261.  
  262. B. Glossary
  263.  
  264.                Editor
  265.                  Editors are programs for changing text (e. g., by entering text). Well-
  266.                  known editors on Linux are GNU Emacs (emacs) and the UNIX editor
  267.                  vi.
  268.                E-mail electronic mail
  269.                  The means of transporting mail electronically between registered users
  270.                  via a network. Similar to "normal" mail (often referred to as "snail
  271.                  mail"), the address has to be entered as "sender@sender's-domain" to
  272.                  "recipient@recipient's-domain". E-mail not only lets you send text, but
  273.                  also sound documents or pictures. E-mail has many advantages: it is quite
  274.                  cheap and mail usually reaches its destination within minutes.
  275.                ELF Executable and Linking Format
  276.                  ELF is also the standard binary format for Linux. With this format it is
  277.                  easier, for example, to create "shared libraries" than with the old a.out
  278.                  format. For background information, refer to the Howto /usr/doc/
  279.                  howto/en/ELF-HOWTO.gz.
  280.                Encryption
  281.                  Encryption of data means hiding file contents from unwanted intrusion.
  282.                  This is useful whenever files are sent through insecure channels (e. g.via
  283.                  the Internet) and when you want to prevent unauthorised strangers looking
  284.                  at data (e. g.when transferring credit card numbers, passwords, confiden-
  285.                  tial information, etc.). Here, the length of the key is significant for the
  286.                  security of the encryption (too short a key might be cracked by appropri-
  287.                  ate programs); see Chapter 18 page 413 pp.
  288.                  In some countries the encryption of data is subject to legal restrictions, so
  289.                  that in these countries you may not use programs such as SSH, PGP or
  290.                  web access by means of SSL at all, or only with short key lengths.
  291.                  Although SuSE makes available the above-mentioned programs in its dis-
  292.                  tribution, (insofar as legal provisions in the respective countries allow
  293.                  this), you must check yourself if you may use them in your own coun-
  294.                  try ¡ SuSE is not responsible for this.
  295.                Environment
  296.                  A  shell normally provides some kind of environment where you can
  297.                  temporarily set options such as paths of programs, the user name, the
  298.                  current path, the appearance of the prompt and so forth. This data is
  299.                  stored in an  environment variable. These variables can be assigned, for
  300.                  example, by the shell's configuration files.
  301.                Environment variable
  302.                  A storage location in the  environment of the  shell. Every variable
  303.                  consists of a name (usually written in capital letters) and a value (such as
  304.                  pathname). If you use the bash shell, a variable is set as follows:
  305.                  root@earth:/ > export EDITOR=emacs
  306.                  By invoking env, you can get a list of the variables set. If a variable is
  307.                  needed (in a shell script, for example), it is dereferenced by attaching a
  308.                  $ sign to the beginning of its name. Important environment variables are
  309.                  HOME (path to user's home directory), SHELL (shell path), USER (user
  310.  
  311. 456
  312.  
  313.  
  314.  
  315.                                                                                       B. Glossary
  316.  
  317.   name), PATH (path list to search for executables), MANPATH (path list to
  318.   search for manpages).
  319. Ethernet
  320.   Widely-used network hardware for  LANs with a bus structure. Origi-
  321.   nally at 10 Mbits through coaxial cable, networks today however are usu-
  322.   ally "twisted pair" at up to 100 Mbits, using a star topology.
  323. EXT2 second extended filesystem
  324.   EXT2 is the native filesystem used by Linux. It offers a high throughput,
  325.   long file names, permissions, and error tolerance.
  326. FileOn Linux, a file is the central concept for handling data. As with other
  327.   systems, files are used to write data onto mass-storage media. The file
  328.   name has to be unique within its own directory. By means of a  filesys-
  329.   tem, these files can be hierarchically structured. See other topics on files
  330.   in this glossary.
  331.   In addition, Linux possesses some special files. See  link,  device and
  332.    proc.
  333. Filesystem
  334.   A filesystem is a system for structuring files. There are many filesystems
  335.   available which differ (sometimes quite extremely) in performance and
  336.   power. Some filesystems are strictly tied to certain media. You cannot
  337.   really generalise and say "Linux uses filesystem 'X"'.
  338. Focus
  339.   Under X, a control item, such as the command line of a  terminal, has
  340.   the focus if the actual input is directed to it. In general the focus is usually
  341.   connected to the  cursor. The way in which a window manager manages
  342.   the focus is called focus policy. You can differentiate between a focus that
  343.   follows the mouse or a focus that has to be set by clicking the mouse.
  344. FTP file transfer protocol
  345.   FTP is a means under UNIX for transferring files from one machine to
  346.   another. On one side is the FTP server (the machine sending the files),
  347.   and on the other, the FTP client (the receiver of the files).
  348. GNU
  349.   GNU stands for GNU is Not Unix and is a product of the Free Software
  350.   Foundation (FSF) whose aim it is to provide a completely free (source
  351.   code available at no cost) UNIX compatible operating system. In this
  352.   process, all UNIX tools are completely rewritten and new functionality is
  353.   added. Linux benefits from these tools but should not be confused with
  354.   it.
  355. Graphical User Interface
  356.   A GUI is a graphical representation of a normal desktop. Whereas you
  357.   lay different papers onto a normal desktop, here these "papers" are called
  358.    windows. You can put as many of these windows on your desktop as
  359.   you like. Each individual process runs in a separate window. A GUI is
  360.   normally controlled via a mouse, trackball or something similar. Some
  361.  
  362.                                                                                              457
  363.  
  364.  
  365.  
  366. B. Glossary
  367.  
  368.                  well-known GUIs are the  X Window System, Apple Macintosh System
  369.                  7, Digital Research GEM, and MS-Windows.
  370.                Home directory
  371.                  The home directory is the starting point for most user activities on the
  372.                  machine. Generally, this is where your private files are located. Besides
  373.                  the  system administrator, you are the only one who has access to this
  374.                  directory. The location of the home directory in the filesystem on UNIX
  375.                  is given by the   environment variable HOME.
  376.                Inode
  377.                  The  EXT2 filesystem uses inodes for organizing information on files.
  378.                  Inodes contain information such as the owner of its file, permissions, etc.
  379.                Interface
  380.                  Generally speaking, an interface is a device where different systems ex-
  381.                  change information in any way. An example of such an interface is a
  382.                  keyboard where man and machine meet. This is rather abstract. Some
  383.                  other interfaces are much more concrete:
  384.  
  385.                  * Hardware interface: connects peripheral devices such as a parallel
  386.                     port(printer), SCSI or serial interfaces.
  387.                  * Software interface: assigns how programs should communicate. See
  388.                      protocol.
  389.                  * User interface: here, people and machine exchange data by means of
  390.                     keyboard, mouse or monitor.
  391.  
  392.                Internet
  393.                  The Internet is a worldwide, heterogeneous  network (i.e., it consists
  394.                  of lots of different machines). Machines are accessed via their  IP ad-
  395.                  dresses (IP = Internet Protocol) which are unique. These IP addresses
  396.                  are structured in a hierarchical manner. There are top level and national
  397.                  domains, domains, subdomains and the addresses of each individual ma-
  398.                  chine. Together with the numerical IP address (such as 192.168.0.1),
  399.                  there are aliases (like helios.cosmos.com) which simplify the IP ad-
  400.                  dress for the user. It is not only the hardware layer that keeps the Internet
  401.                  up-and-running, but also a system of  protocols (e. g., FTP, HTTP, TCP)
  402.                  operating on specific logical layers. Well-known services of the Internet
  403.                  are  email and the World Wide Web (WWW or W3). A very impor-
  404.                  tant keyword in connection with Internet communication is "Netiquette",
  405.                  which encourages people to behave politely and makes sure that every-
  406.                  thing runs smoothly.
  407.                IP Address
  408.                  A numerical 32 Bit Internet address, usually in decimal notation as 4 num-
  409.                  bers separated by dots. (e. g. 192.168.10.1), which are uniquely assigned
  410.                  to a machine connected to the network. If a machine contains several
  411.                  network connections (gateway), it will also have several IP addresses.
  412.                ISP Internet Service Provider
  413.                  A firm or person providing Internet services.
  414.  
  415. 458
  416.  
  417.  
  418.  
  419.                                                                                          B. Glossary
  420.  
  421. Kernel
  422.   The kernel is the "heart" of the entire system. All the various threads
  423.   are brought together in the kernel: memory allocation, managing the pro-
  424.   cess tables, the administration of multitasking and multi-user capabilities,
  425.   management of access to the file systems, of drivers for access to spe-
  426.   cific hardware, etc. These features can in part be realised by means of
  427.   "modules"; see Chapter 13 page 317.
  428. LAN local area network
  429.   A LAN is a local  network which usually means that it is rather small and
  430.   generally supervised by one  system administrator. LANs are frequently
  431.   connected to other LANs via a gateway, combining to form a  WAN.
  432. Link
  433.   Ein Link is a directory entry to another file, the entry itself does not
  434.   contain any data. Distinction should be made between:
  435.   * Symbolic links, these contain name pointers. Here it is immaterial if
  436.         the target file exists, and if it references a file or a directory, or even a
  437.         file on a different file system.
  438.   * Hardlinks, these contain I-node pointers. A Hardlink can only refer-
  439.         enced within the same file system, and the target cannot be a directory.
  440.         In addition, hard links are of equal rank (that is, the data of the file
  441.         remains until the last link is deleted).
  442.  
  443. Main memory
  444.   This is often referred to as RAM, or Random Access Memory. RAM
  445.   access is very fast in comparison to hard drive access. On Linux, this 
  446.   memory is often referred to as physical memory.
  447. Manpages
  448.   Traditionally the documentation for Unix systems lies in the "manpages",
  449.   which can be read with the command man. For more on manpages, please
  450.   refer to Section 19.9 page 438.
  451. Mass storage media
  452.   A collection of different media for storing data. Typical mass storage
  453.   media are floppy disks, hard drives, streamer tapes, CD-ROMs, magneto-
  454.   optical disks, holographic media and many more.
  455. MBR master boot record
  456.   The first physical sector (cylinder 0, head 0, sector 1) of the first hard
  457.   drive in the system (the first hard drive with the BIOS device number
  458.   0x80); each hard drive contains an MBR, but not every BIOS can start
  459.   the corresponding operating system from every hard drive. When booting
  460.   from the hard drive, the  BIOS loads the contents of the MBR to a fixed
  461.   address in the memory and allows it to take control. This code then loads
  462.   either the operating system from a bootable hard drive partition, or from
  463.   a complex boot loader, such as LILO.
  464. Memory
  465.   The memory is the brain of your machine. On Linux, one often refers to
  466.   two different types of memory:
  467.  
  468.                                                                                                 459
  469.  
  470.  
  471.  
  472. B. Glossary
  473.  
  474.                  * Physical memory: this is made up of a number of memory (RAM)
  475.                     chips. The size varies from 8 MB up to 128 MB on a typical PC. High
  476.                     performance computers may have 1 GB or more.
  477.                  * Virtual memory: by means of virtual memory, the system can consider
  478.                     certain ranges of the hard drive as ( swap) memory.
  479.                Menu
  480.                  On  graphical user interfaces, functions and actions of an application
  481.                  can be reached via a menu. Menus offer all available commands and op-
  482.                  tions (just like in a restaurant), so you can choose any of them. Normally
  483.                  a menu bar has submenus that drop down from it. There may also be
  484.                  popup menus which can be activated with a button or a mouse click.
  485.                MIME
  486.                  "Multipurpose Internet Mail Extensions" ¡ originally intended to expand
  487.                  electronic mail options (e. g. to add sounds or images). but the technology
  488.                  can be used for many other things.
  489.                Mounting
  490.                  This describes the "mounting" of file systems into the directory tree of the
  491.                  system. As a rule, an empty directory serves as the  Mountpoint. Refer
  492.                  also to u.befehl.mount.
  493.                Mount point
  494.                  A mount point is the directory where a partition or another device is
  495.                  attached to the Linux filesystem.
  496.                Multiprocessing
  497.                  If your machine works with more than one  processor, this is called a
  498.                  multiprocessor or multiprocessing system. In Linux, you may encounter
  499.                  the term SMP, which stands for symmetric multi-processing, and is a
  500.                  special form of multiprocessing.
  501.                Multitasking
  502.                  Operating systems that can invoke more than one program simultaneously
  503.                  are called multitasking systems. There are two forms of multitasking:
  504.                  * Pre-emptive multitasking: the operating system is responsible for shar-
  505.                     ing CPU time between processes.
  506.                  * Cooperative multitasking: the processes themselves give back CPU
  507.                     time.
  508.                  As you can see the first variant is the better one, since no process can then
  509.                  block the entire CPU. Linux offers real pre-emptive multitasking.
  510.                Multiuser
  511.                   Multitasking is necessary if more than one person wants to work on the
  512.                  same machine. An operating system that offers this capability is called a
  513.                  multiuser system.
  514.                Network
  515.                  A network is a functional connection between different computers. There
  516.                  are different types of topologies, depending on how the machines are
  517.                  connected, such as ring, star, bus and tree. Some well-known hardware
  518.  
  519. 460
  520.  
  521.  
  522.  
  523.                                                                                      B. Glossary
  524.  
  525.   standards for networks are Ethernet, Token Ring and ISDN. TCP, UDP
  526.   and IPX (acting on different layers) are some typical networking software
  527.   protocols.
  528. NFS network file system
  529.   A protocol to access file systems of networked machines. On the server
  530.   side the configuration file /etc/exports determines which machines
  531.   may access which directory trees on the server. The client may then
  532.   "mount" these directories in his own directory tree. (see  Mounting.
  533. Operating system
  534.   The operating system is a process running permanently in the back-
  535.   ground, controlling the basic operation of the computer. The tasks of
  536.   an operating system is to manage all the machine-specific resources. In
  537.   Linux, this is done by the  kernel, and probably by means of modules
  538.   as well. Some well-known operating systems are Linux, AmigaOS, Ma-
  539.   cOS, OS/2, UNIX, Windows NT and Windows 95/98.
  540. Path
  541.   Via its path, a  file is unambiguously assigned to a  filesystem. In
  542.   UNIX, the different layers are separated by a "slash", `/'. There are
  543.   two sorts of paths:
  544.   * Relative path: the position of a file or directory is relative to the current
  545.         path.
  546.   * Absolute path: the position of a file is described relative to the  root
  547.         directory.
  548.  
  549. Pipe
  550.   A pipe stands for connecting the standard output of a program  process
  551.   with the standard input ( standard in/out) of a successor process. This
  552.   avoids having to write temporary files for further processing. In shell
  553.   mode, the processes to be "piped" are entered one after another separated
  554.   by a pipe `|' (ASCII 124).
  555. Process
  556.   A process is a program or an executable file "living" variant (see  Shell).
  557.   Often, it is referred to as a task.
  558. Proc-filesystem
  559.   The /proc file system, in contrast to one available on a data medium,
  560.   does not contain any static data, but creates this dynamically from infor-
  561.   mation from the kernel itself. It is used mainly to supply system programs
  562.   (e. g. ps, mount) with up-to-date kernel data, or to enable changes to ker-
  563.   nel parameters during runtime.
  564. Prompt
  565.   Within a text  shell, the place where you can type commands to the 
  566.   operating system is referred to as the prompt. The prompt might contain
  567.   the user name, the computer name, current time and certain other data.
  568.   Most of the time, the  cursor stands directly after the prompt. If the
  569.   prompt reappears after a command, this shows that the system is ready to
  570.   accept more input.
  571.  
  572.                                                                                             461
  573.  
  574.  
  575.  
  576. B. Glossary
  577.  
  578.                Protocol
  579.                  Protocols organize either on hardware or software the communication
  580.                  between the different machines in  networks. They specify the format
  581.                  of the data to be transferred, which machines have control over others,
  582.                  etc. Such protocols include FTP, UDP, TCP and HTTP.
  583.                RAM Random Access Memory
  584.                  Physical  Memory of limited capacity, which can be accessed for read
  585.                  and write purposes at a relatively high speed.
  586.                Reset
  587.                  If the machine hangs and does not respond to keystrokes, it might be
  588.                  trapped in an endless loop. The only solution to such a problem is to
  589.                  bring the machine back to a defined state. This is called a reset. After
  590.                  a reset, the machine is in exactly the same state as when it is started. A
  591.                  reset should always be preferred to a power-down, as this puts less strain
  592.                  on the electronic components.
  593.                  IMPORTANT! As you might have guessed, after a reset all data that
  594.                  resided in the computer's  RAM is irrevocably lost!
  595.                ROM Read-only Memory
  596.                  A CD is a good example of a ROM.
  597.                RPM (rpm)
  598.                  From SuSE Linux 5.0, RPM (rpm) RPM Package Manager is the stan-
  599.                  dard package manager. With rpm, software packages can be installed and
  600.                  de-installed, and queries can be made to the database.
  601.                Rlogin remote login
  602.                  Using a remote login, you can log into a remote machine via the  Internet
  603.                  as if you were sitting at its  console. If there is an  X Server running
  604.                  on both machines, you can even display the output of an X application on
  605.                  the local display, provided the DISPLAY variable is set correctly.
  606.                Root
  607.                  See  System administrator.
  608.                Root directory
  609.                  The top level directory of a  filesystem. In contrast to all other direc-
  610.                  tories, there is no parent directory for the root directory. `..' for root
  611.                  points to itself. On UNIX, the root directory is known as `/'.
  612.                Runlevel
  613.                  A runlevel describes a certain operating state of your system. The system
  614.                  behaves differently on different runlevels. There is a runlevel for system
  615.                  administration (S), as well as a runlevel for the GUI of the X Display
  616.                  Manager (xdm: 3).
  617.                Selection
  618.                  Selection is a mechanism of the X Server. You can mark text characters
  619.                  with the mouse by moving over them and at the same time holding down
  620.                  the left mouse button, and paste them to another application by moving
  621.                  the cursor into the appropriate window and pressing the middle mouse
  622.                  button. This is called "cut and paste".
  623.  
  624. 462
  625.  
  626.  
  627.  
  628.                                                                                   B. Glossary
  629.  
  630. Server
  631.   A server is usually quite a powerful computer that serves other machines
  632.   connected via a  network and provides services or data. Besides com-
  633.   puters, there are also programs called servers. These programs also make
  634.   services available. An example of a software server is the  X Server.
  635. Shell
  636.   The shell is the fundamental interface to the  operating system kernel.
  637.   You can enter commands using the shell. The shell provides a command
  638.   line. In order to make processes run automatically, most shells provide a
  639.   scripting language of their own. These programs, called shell scripts, can
  640.   be seen as intelligent batch files. Examples of shells are: bash, sh, and
  641.   tcsh.
  642. Standard in/out
  643.   Every process inherits three channels where it can read and write data.
  644.   These are standard input (stdin), standard output (stdout) and standard er-
  645.   ror (stderr). These channels are set to certain devices by default. Standard
  646.   input is set to your keyboard, standard output and standard error to the
  647.   screen. By means of the shell, these channels can be redirected. If the
  648.   characters are not read from the keyboard, but from a file instead, this is
  649.   known as a redirection of standard input. In shell mode, redirection is
  650.   invoked by entering `<' (stdin), `>' (stdout) and `2>' (stderr). See 
  651.   Pipe.
  652. Swap
  653.   The area on mass-storage devices needed by virtual memory models, used
  654.   for temporary swapping of RAM memory pages. (see  RAM). In Linux,
  655.   this can be a special partition or a file. Taken roughly, the physical RAM
  656.   memory and the memory made available by swap together make up the
  657.   size of the maximum virtual memory available.
  658. Switch
  659.   Switches can change the (default) behavior of programs. The so-called
  660.    command line consists of the program's name and some (optional)
  661.   switches.
  662. System administrator
  663.   The person who is responsible for maintaining and supervising a complex
  664.   system or network. Generally, the system administrator is the only one
  665.   who has access to all parts of the system (root permissions).
  666. Task
  667.   See  Process.
  668. Telnet
  669.   Telnet creates a connection to a (remote) host and gives you a login to this
  670.   machine, provided you have an account.
  671. Terminal
  672.   A combination of a screen and a keyboard without computing capabilities.
  673.   Also used on workstations that emulate a real terminal.
  674. UMSDOS
  675.   A special file system in Linux which enables a UNIX-conform access
  676.  
  677.                                                                                          463
  678.  
  679.  
  680.  
  681. B. Glossary
  682.  
  683.                  (including long filenames and permissions) within a normal MS-DOS
  684.                  file system. This is somewhat slower than a "normal" EXT2 file system,
  685.                  but is well-suited to demonstration purposes, as it does not need an extra
  686.                  partition.
  687.                UNIX
  688.                  UNIX is an operating system that is widely distributed on workstations.
  689.                  UNIX supports vital concepts, such as running different machines on a
  690.                  network. UNIX consists of a kernel, a  shell and applications. Since the
  691.                  mid-nineties, there has been a freeware version available for PCs: Linux.
  692.                URL
  693.                  "Uniform Resource Locator", the term for the addresses of HTML pages
  694.                  in the WWW.
  695.                WAN wide area network
  696.                  As opposed to a  LAN, this  network connects computers that are sep-
  697.                  arated over a wide area.
  698.                Wildcards
  699.                  The characters `*' and `?' are generic signs and are used as jokers or
  700.                  wildcards (as in a card game). The `?' stands for exactly one character,
  701.                  which may be anything. `*' replaces any number of arbitrary charac-
  702.                  ters, even no characters. Wildcards are often used in regular expressions.
  703.                  For example, the command ls -l bild* lists all files in the current
  704.                  directory that start with "bild" and end with any character(s), even only
  705.                  bild.
  706.                Window
  707.                  Windows are rectangular screen segments which are usually decorated
  708.                  by a frame. This frame normally contains decorations which can change
  709.                  the size, move the window and alter other window properties. In order
  710.                  to work with windows, an  X server and a  Window manager must be
  711.                  running.
  712.                Window manager
  713.                  A window manager is responsible (among other things) for decorating
  714.                  your windows and provides you with certain functionality such as resiz-
  715.                  ing, moving and closing windows. It is also responsible for the look and
  716.                  feel of your system.
  717.                X server
  718.                  Machines that run an X server can use  graphical user interfaces ser-
  719.                  vices provided by the  X Window System. An important task of the
  720.                  X server is to manage the displays. Normally, each terminal has ex-
  721.                  actly one display. The name of this display is set by the  environ-
  722.                  ment variable DISPLAY. The format of this variable is: <machine-
  723.                  name>:<displaynumber>. For example, earth:0. You need to know
  724.                  your display's name for  rlogin.
  725.                X Window System
  726.                  A collection of programs, protocols and routines for organizing and main-
  727.                  taining a  graphical user interface. The X Window System (short: X)
  728.                  was developed as project Athena at MIT (Massachusetts Institute of Tech-
  729.  
  730. 464
  731.  
  732.  
  733.  
  734.                                                                               B. Glossary
  735.  
  736. nology). Some of the big advantages of X Windows compared to other
  737. systems (such as MS-Windows or GEM) are its networking capabilities
  738. and its flexibility. It is possible, for example, to run programs on other
  739. machines and redirect their output to your display while freely adapting
  740. the look and feel of your system.
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.                                                                                      465
  783.  
  784.  
  785.  
  786. B. Glossary
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. 466
  835.  
  836.  
  837.  
  838.                                                                                  Appendix C
  839.                                                    The Directory Tree
  840.  
  841. C.1 Overview
  842. The following figure shows a small portion of the Linux directory tree:
  843.  
  844.  
  845.                                                        /
  846.  
  847.  
  848.  
  849.           bin boot dev etc home lib sbin root opt proc sbin tmp usr var
  850.  
  851.          vmlinuz
  852.  
  853.            hda      sda    st0                ld.so
  854.  
  855.                            yxz linux tux           X11R6 bin       doc    etc     lib       local    sbin
  856.  
  857.  
  858.              bin Mail             test.c                    f2c
  859.  
  860.                                       bin    lib man            faq howto bin lib ftp man
  861.  
  862.  
  863.                            xdm      xterm    xv                                          bin lib pub
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.                                                                                                              467
  881.  
  882.  
  883.  
  884. C. The Directory Tree
  885.  
  886.                 C.2 Important Directories
  887.                 The directory tree of your Linux system is well organized. Some important
  888.                 directories are:
  889.  
  890.  
  891.                  /                              "root" directory, start of the directory tree
  892.                  /home                          the private directories of the users
  893.                  /dev                           device files that represent the system hardware
  894.                  /etc                           important system configuration files
  895.                  /usr/bin                       publicly accessible commands
  896.                  /bin                           commands needed to start the system
  897.                  /usr/sbin                      commands reserved for the superuser
  898.                  /sbin                          commands reserved for the superuser and
  899.                                                 needed for system start
  900.                  /sbin/init.d                   scripts for system start
  901.                  /usr/include                   header files for the C compiler
  902.                  /usr/include/g++ header files for the C++ compiler
  903.                  /usr/doc                       documentation files
  904.                  /usr/man                       manual pages
  905.                  /usr/src                       source code for the system software
  906.                  /usr/src/linux                 the kernel sources
  907.                  /tmp                           temporary files
  908.                  /var/tmp                       big temporary files
  909.                  /usr                           user commands and applications, configura-
  910.                                                 tion files-can be mounted read-only
  911.                  /var                           configuration files (linked from /usr).
  912.                  /lib                           shared libraries (for dynamically linked pro-
  913.                                                 grams)
  914.                  /proc                          the process file system
  915.                  /usr/local                     local extensions, independent of the distribu-
  916.                                                 tion
  917.                  /opt                           optional software, large systems (e. g., KDE)
  918.  
  919.                                     Table C.1: Overview of important directories
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934. 468
  935.  
  936.  
  937.  
  938.                                                                                   Appendix D
  939.                                                                 Important Files
  940.  
  941. The most important file in your system is the kernel itself. It can be found in
  942. the root directory, in the file /vmlinuz.
  943.  
  944. D.1 Device Files in the /dev Directory
  945. Disks and hard disks:1
  946.  
  947.  
  948.   /dev/fd0                                first floppy drive
  949.   /dev/fd1                                second floppy drive
  950.   /dev/hda                                first AT bus hard drive
  951.   /dev/hda1 - /dev/hda15 partitions of first AT bus hard drive
  952.   /dev/sda                                first SCSI hard drive
  953.   /dev/sda1 - /dev/sda15 partitions of first SCSI hard drive
  954.   /dev/sdb                                second SCSI hard drive
  955.   /dev/sdc                                third SCSI hard drive
  956.  
  957.  
  958.           Table D.1: Overview of device files for mass storage media
  959.  
  960.  
  961.  
  962. D.1.1 CD-ROM Drives
  963.  
  964.  
  965.   /dev/cdrom               Link to the CD-ROM drive in use, e. g., one of the
  966.                            files below. Assigned by YaST.
  967.   /dev/aztcd               Aztech CDA268-01 CD-ROM
  968.   /dev/cdu535              Sony CDU-535 CD-ROM
  969.   /dev/cm206cd Philips CM206
  970.   /dev/gscd0               Goldstar R420 CD-ROM
  971.   /dev/hda
  972.  
  973.  
  974.                          Table D.2: continued overleaf. . . ...
  975. 1 Besides the listed device files, you may create additional ones. Information: manpages for
  976. mknod.
  977.  
  978.                                                                                                 469
  979.  
  980.  
  981.  
  982. D. Important Files
  983.  
  984.  
  985.                       to                 ATAPI IDE CD-ROM
  986.                       /dev/hdd
  987.                       /dev/lmscd         Philips CM 205/250/206/260 CD-ROM
  988.                       /dev/mcd           Mitsumi CD-ROM
  989.                       /dev/sbpcd0
  990.                       to                 CD-ROM on SoundBlaster
  991.                       /dev/sbpcd3
  992.                       /dev/scd0
  993.                       to                 SCSI CD-ROM drives
  994.                       /dev/scd1
  995.                       /dev/sonycd        Sony CDU 31a CD-ROM
  996.                       /dev/sjcd          Sanyo CD-ROM
  997.                       /dev/optcd         Optics Storage CD-ROM
  998.  
  999.  
  1000.                             Table D.2: Overview of device files for CD-ROM drives
  1001.  
  1002.  
  1003.                 D.1.2 Tape Drives
  1004.  
  1005.  
  1006.                       /dev/rmt0         1st SCSI streamer rewinding (rewinds automatically)
  1007.                       /dev/nrmt0        1st SCSI streamer non-rewinding
  1008.                       /dev/ftape        Floppy streamer rewinding (rewinds automatically)
  1009.                       /dev/nftape Floppy streamer non-rewinding
  1010.  
  1011.  
  1012.                             Table D.3: Overview of device files for streaming tapes
  1013.  
  1014.  
  1015.                 D.1.3 Mice (bus and PS/2)
  1016.  
  1017.  
  1018.                       /dev/mouse           Link to the interface used by the mouse-a pseudo
  1019.                                            file for bus mice, a serial interface for others. As-
  1020.                                            signed by YaST.
  1021.                       /dev/atibm           ATI graphics card bus mouse
  1022.                       /dev/logibm          Logitech bus mouse.
  1023.                       /dev/inportbm PS/2 bus mouse
  1024.  
  1025.  
  1026.                                    Table D.4: Overview of device files for mice
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032. 470
  1033.  
  1034.  
  1035.  
  1036.                                                        D.1. Device Files in the /dev Directory
  1037.  
  1038. D.1.4 Modems
  1039.  
  1040.  
  1041.  /dev/modem Link to the COM port to which the modem is con-
  1042.                     nected. Assigned by YaST.
  1043.  
  1044.  
  1045.               Table D.5: Overview of device files for modems
  1046.  
  1047.  
  1048. D.1.5 Serial Interfaces
  1049.  
  1050.  
  1051.  /dev/ttyS0 Serial interfaces 0 to 3
  1052.  to
  1053.  /dev/ttyS3
  1054.  /dev/cua0          Serial interfaces 0 to 3 (for outgoing modem connec-
  1055.  to                 tions)
  1056.  /dev/cua3
  1057.  
  1058.  
  1059.            Table D.6: Overview of device files for serial interfaces
  1060.  
  1061.  
  1062. D.1.6 Parallel Ports
  1063.  
  1064.  
  1065.  /dev/lp0
  1066.  to              parallel ports (LPT1 to LPT3)
  1067.  /dev/lp2
  1068.  
  1069.  
  1070.             Table D.7: Overview of device files for parallel ports
  1071.  
  1072.  
  1073. D.1.7 Special Devices
  1074.  
  1075.  
  1076.  /dev/null "swallows" any data (data bin)
  1077.  /dev/tty1 Virtual consoles
  1078.  to
  1079.  /dev/tty8
  1080.  /dev/zero Outputs any number of null bytes
  1081.  
  1082.  
  1083.        Table D.8: Overview of device files for special (virtual) devices
  1084.  
  1085.  
  1086.                                                                                           471
  1087.  
  1088.  
  1089.  
  1090. D. Important Files
  1091.  
  1092.                 D.2 Configuration Files in /etc
  1093.  
  1094.  
  1095.                       /etc/rc.config            The system's central configuration file. Cre-
  1096.                                                 ated by YaST and read by the boot scripts
  1097.                                                 and SuSEconfig.
  1098.                       /etc/inittab              Configuration file for the init process
  1099.                       /etc/lilo.conf            Configuration of LILO
  1100.                       /etc/modules.conf Configuration of kernel modules
  1101.                       /etc/DIR_COLORS           Color assignments for ls
  1102.                       /etc/XF86Config           Configuration of the X Window System
  1103.                       /etc/fstab                Table of file systems that are automatically
  1104.                                                 mounted at boot time
  1105.                       /etc/profile              The shells login script
  1106.                       /etc/passwd               User database: user names, home directory,
  1107.                                                 login shell, user number
  1108.                       /etc/shadow               Passwords
  1109.                       /etc/group                User groups
  1110.                       /etc/printcap             Description of installed printers. Used by
  1111.                                                 the lpd printer daemon. See page 293.
  1112.                       /etc/hosts                Hostname to IP address assignments. Nec-
  1113.                                                 essary if no nameserver is installed.
  1114.                       /etc/inetd.conf           Definition of configured IP services (telnet,
  1115.                                                 finger, ftp and many more).
  1116.                       /etc/syslogd.conf Configuration file for the syslog daemon-
  1117.                                                 records certain system messages.
  1118.  
  1119.  
  1120.                                      Table D.9: Configuration files in /etc
  1121.  
  1122.  
  1123.                 D.3 Hidden Configuration Files in home
  1124.                 In the home directory of each user there are several configuration files which
  1125.                 for practical reasons are "hidden". They are not modified frequently. A file
  1126.                 becomes hidden if you attach a dot at the beginning of the file name. You can
  1127.                 see these files by typing ls -a. Some examples are given in Table D.10 on
  1128.                 the facing page. These files are copied from /etc/skel when a new user
  1129.                 is created.
  1130.  
  1131.  
  1132.                       .profile            the user's private login script (for bash)
  1133.                       .bashrc             bash configuration
  1134.                       .exrc               vi configuration
  1135.                       .xinitrc            X Window System startup script
  1136.  
  1137.  
  1138.                                       Table D.10: continued overleaf. . . ...
  1139.  
  1140. 472
  1141.  
  1142.  
  1143.  
  1144.                                               D.3. Hidden Configuration Files in home
  1145.  
  1146.  
  1147. .fvwmrc            Configuration of fvwm window manager
  1148. .ctwmrc            Configuration of ctwm window manager
  1149. .openwin-menu Configuration of olvwm and olwm window man-
  1150.                    ager
  1151.  
  1152.  
  1153.        Table D.10: Hidden files in the user's home directory
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.                                                                                  473
  1193.  
  1194.  
  1195.  
  1196. D. Important Files
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244. 474
  1245.  
  1246.  
  1247.  
  1248.                                                                     Appendix E
  1249.                                         Manual Page of e2fsck
  1250.  
  1251.  
  1252.       E2FSCK(8)                                                         E2FSCK(8)
  1253.  
  1254.  
  1255.       NAME
  1256.               e2fsck - check a Linux second extended file system
  1257.  
  1258.       SYNOPSISe2fsck [ -pacnyrdfvstFSV ] [ -b superblock ] [ -B block-
  1259.               size ] [ -l|-L bad_blocks_file ] device
  1260.  
  1261.       DESCRIPTION
  1262.               e2fsck is used to check a Linux second extended file
  1263.               system.
  1264.  
  1265.               device is the special file corresponding to the device
  1266.                            (e.g /dev/hdXX).
  1267.  
  1268.       OPTIONS-a           This option does the same thing as the -p option.
  1269.                            It is provided for backwards compatibility only; it
  1270.                            is suggested that people use -p option whenever
  1271.                            possible.
  1272.  
  1273.               -b superblock
  1274.                            Instead of using the normal superblock, use the
  1275.                            alternative superblock specified by superblock.
  1276.  
  1277.               -B blocksize
  1278.                            Normally, e2fsck will search for the superblock at
  1279.                            various different block sizes in an attempt to find
  1280.                            the appropriate block size.       This search can be
  1281.                            fooled in some cases. This option forces e2fsck to
  1282.                            only try locating the superblock at a particular
  1283.                            blocksize.      If the superblock is not found, e2fsck
  1284.                            will terminate with a fatal error.
  1285.  
  1286.               -c          This option causes e2fsck to run the badblocks(8)
  1287.                            program to find any blocks which are bad on the
  1288.                            filesystem, and then marks them as bad by adding
  1289.                            them to the bad block inode.
  1290.  
  1291.               -d          Print debugging output (useless unless you are
  1292. - continued overleaf. . debugging
  1293.                           .             e2fsck ).
  1294.  
  1295.               -f          Force checking even if the file system seems clean.        475
  1296.               -F          Flush the filesystem device's buffer caches before
  1297.                            beginning. Only really useful for doing e2fsck
  1298.                            time trials.
  1299.  
  1300.               -l filename
  1301.                            Add the blocks listed in the file specified by
  1302.                            filename to the list of bad blocks.
  1303.  
  1304.               -L filename
  1305.                            Set the bad blocks list to be the list of blocks
  1306.                            specified by filename. (This option is the same as
  1307.                            the -l option, except the bad blocks list is
  1308.                            cleared before the blocks listed in the file are
  1309.                            added to the bad blocks list.)
  1310.  
  1311.               -n          Open the filesystem read-only, and assume an answer
  1312.                            of ``no'' to all questions. Allows e2fsck to be
  1313.                            used non-interactively. (Note: if the -c, -l, or
  1314.                            -L options are specified in addition to the -n
  1315.                            option, then the filesystem will be opened read-
  1316.                            write, to permit the bad-blocks list to be updated.
  1317.                            However, no other changes will be made to the
  1318.                            filesystem.)
  1319.  
  1320.               -p          Automatically repair ("preen") the file system
  1321.                            without any questions.
  1322.  
  1323.               -r          This option does nothing at all; it is provided
  1324.                            only for backwards compatibility.
  1325.  
  1326.                            -s This option will byte-swap the filesystem so
  1327.                            that it is using the normalized, standard byte-
  1328.                            order (which is i386 or little endian). If the
  1329.                            filesystem is already in the standard byte-order,
  1330.                            e2fsck will take no action.
  1331.  
  1332.               -S          This option will byte-swap the filesystem, regard-
  1333.                            less of its current byte-order.
  1334.  
  1335.               -t          Print timing statistics for e2fsck. If this option
  1336.                            is used twice, additional timing statistics are
  1337.                            printed on a pass by pass basis.
  1338.  
  1339.               -v          Verbose mode.
  1340.  
  1341.               -V          Print version information and exit.
  1342.  
  1343.               -y          Assume an answer of ``yes'' to all questions;
  1344.                            allows e2fsck to be used non-interactively.
  1345.  
  1346.       EXIT CODE
  1347.               The exit code returned by e2fsck is the sum of the
  1348.               following conditions:
  1349.                      0         - No errors
  1350.                      1         - File system errors corrected
  1351.                      2         - File system errors corrected, system should
  1352.                                  be rebooted if file system was mounted
  1353.                      4         - File system errors left uncorrected
  1354.                      8         - Operational error
  1355.                      16        - Usage or syntax error
  1356.                      128 - Shared library error
  1357.  
  1358.       REPORTING BUGS
  1359.               Almost any piece of software will have bugs. If you
  1360.               manage to find a filesystem which causes e2fsck to crash,
  1361.               or which e2fsck is unable to repair, please report it to
  1362.               the author.
  1363.  
  1364.               Please include as much information as possible in your bug
  1365.               report. Ideally, include a complete transcript of the
  1366.               e2fsck run, so I can see exactly what error messages are
  1367.               displayed. If you have a writeable filesystem where the
  1368.               transcript can be stored, the script(1) program is a handy
  1369.               way to save the output of to a file.
  1370.  
  1371.               It is also useful to send the output of dumpe2fs(8). If a
  1372.               specific inode or inodes seems to be giving e2fsck
  1373.               trouble, try running the debugfs(8) command and send the
  1374.               output of the stat command run on the relevant inode(s).
  1375.               If the inode is a directory, the debugfs dump command
  1376.               will allow you to extract the contents of the directory
  1377.               inode, which can sent to me after being first run through
  1378.               uuencode(1).
  1379.  
  1380.               Always include the full version string which e2fsck
  1381.               displays when it is run, so I know which version you are
  1382.               running.
  1383.  
  1384.       AUTHOR This version of e2fsck is written by Theodore Ts'o
  1385.               <tytso@mit.edu>.
  1386.  
  1387.       SEE ALSOmke2fs(8), tune2fs(8), dumpe2fs(8), debugfs(8)
  1388.  
  1389.       E2fsprogs version 1.06               October 1996
  1390.  
  1391.  
  1392.  
  1393. E. Manual Page of e2fsck
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441. 476
  1442.  
  1443.  
  1444.  
  1445.                                                                           Appendix F
  1446.                                                     SuSE Linux-FAQ
  1447.  
  1448. Here we will try and give answers to the most Frequently Asked Questions.
  1449. Although the answers to nearly all questions can be found in the handbook, it
  1450. is difficult ¡ especially for those not so familiar with Linux ¡ to find the right
  1451. chapter. For this reason the relevant chapter of the handbook is included, as a
  1452. reference for most questions.
  1453.  
  1454. I have an old SuSE Linux¡ how can I update to 6.4 ?
  1455. The direct way is through the update Chapter 15 page 359 pp. of the hand-
  1456. book.
  1457.  
  1458. What is the most important chapter in the handbook?
  1459. For beginners, definitely the Chapter 19 page 427. This is not intended as a
  1460. substitute for a proper Linux book. A good selection of Linux books can be
  1461. found at: http://linux.oreilly.com
  1462.  
  1463. After the installation I always get the error message "login:" ¡ what
  1464. am I doing wrong?
  1465. You are not doing anything wrong, the installation is complete and you may
  1466. log in to the computer with your user name and password; initially, only
  1467. `root' exists. See also Section 19.1 page 427 and Section 3.6.7 page 99.
  1468.  
  1469. I have logged in, but all I can see is " earth: # " ¡ How do I get into
  1470. Linux itself?
  1471. You are already "in Linux". You probably want to start the graphical user
  1472. interface (GUI). This needs to be configured first (with SaX, for example).
  1473. Then you can start the graphical system (X Window System) with the com-
  1474. mand startx. Proceed as described in Chapter 8 page 207 pp.
  1475.  
  1476. I use my computer on my own, why do I always need to login?
  1477. Linux is a multiuser system. In order for Linux to know who is working on it,
  1478. you need to specify a user name and password. Incidentally, you should only
  1479. work as user `root' if you need to make changes to the system (installing
  1480. and configuring software, etc). For normal operation you should create a
  1481. standard user. Then you cannot do any damage to the system itself.
  1482.  
  1483.                                                                                       477
  1484.  
  1485.  
  1486.  
  1487. F. SuSE Linux-FAQ
  1488.  
  1489.               Do I need to compile my own kernel?
  1490.               No, in most cases this is definitely not necessary!
  1491.               The kernel has now become so large that there are some 800 options which
  1492.               need to be considered in the configuration! Since it is impossible to keep track
  1493.               of all these different configurations, we strongly recommend inexperienced
  1494.               users not to re-compile the kernel. If you still want to do this, you do so at
  1495.               your own risk ¡ and we cannot provide any installation support if you compile
  1496.               your own kernel!
  1497.  
  1498.               But don't I need to compile the kernel for sound support?
  1499.               Not any more, since kernel 2.2.x . Proceed as described in Section 10.3
  1500.               page 259 pp.
  1501.  
  1502.               Where can I get more information on SuSE Linux?
  1503.               In as far as installation or SuSE Linuxspecific matters are concerned, from
  1504.               the handbook. Documentation on the programs can be found in /usr/doc/
  1505.               packages, introductions in the "Howto's" in /usr/doc/howto/de for
  1506.               German, and in /usr/doc/howto/en for the English "Howto's". They
  1507.               can be read, for example, with
  1508.               less /usr/doc/howto/en/DOS-to-Linux-HOWTO.txt.gz
  1509.               In KDE you can also read the files (even though they are compressed) with
  1510.               the command kedit.
  1511.  
  1512.               Where can I get special tips or help?
  1513.               In the Internet you will find our support database at the address
  1514.               http://sdb.suse.de/sdb/en/html/index.html. Enter a search
  1515.               phrase or browse through the "History" link of the SDB.
  1516.  
  1517.               How can I enter commands in KDE?
  1518.               Click on `K', `Tools', then `Terminal'. Alternatively you can press
  1519.                      
  1520.                Alt  +  F2  and then enter xterm. Then you will have a "Terminal" (often
  1521.               mistakenly referred to as the DOS-window), in which you can enter com-
  1522.               mands.
  1523.  
  1524.               I can't find many programs in KDE.
  1525.               You can start all programs from a terminal window (xterm, see above) by
  1526.                                                            
  1527.               entering the program name and pressing      
  1528.  
  1529.               I cannot log in to my computer with telnet. I always get the answer
  1530.               "Login incorrect".
  1531.               You are probably trying to log in as user `root'. For security reasons this
  1532.               is not possible via telnet.
  1533.               With YaST, set up a normal user account (refer to Section 3.6.7 page 99); you
  1534.               can log in with this username. Then you can change to the user root, with su.
  1535.  
  1536. 478
  1537.  
  1538.  
  1539.  
  1540.                                                                             F. SuSE Linux-FAQ
  1541.  
  1542. It is much better and safer, however, to use the program ssh instead of telnet;
  1543. the ssh program uses encoded, and thus secure, connections. You can find
  1544. this program in the series sec series.
  1545.  
  1546. How do I access the Internet with Linux?
  1547. Information on this can be found in the handbook in Chapter 6 page 149.
  1548.  
  1549. Do I need to worry about viruses in Linux?
  1550. No.
  1551. In Linux there are no critical viruses to speak of (see Section 90 page 416).
  1552. Also, viruses cannot cause any significant damage to the system as long as
  1553. they are not invoked as root. The only virus scanners which exist in Linux are
  1554. for searching mail for Windows viruses (if Linux is being used as a router).
  1555.  
  1556. Where can I see system messages?
  1557. As `root', enter the following command in a terminal window:
  1558.        earth: # tail -f /var/log/messages
  1559. Other programs of interest in this respect are: top, procinfo and
  1560. xosview.
  1561. Messages which are sent at boot time can be seen with the command:
  1562.        earth: # dmesg
  1563. or with:
  1564.        earth: # cat /var/log/boot.msg
  1565.  
  1566. Where is StarOffice?
  1567. You will find StarOffice as the package so en, which can be found in the
  1568. series pay. Please use our installation program YaST to install it, which will
  1569. then tell you which CD you need to insert.
  1570.  
  1571. I have found a bug in SuSE Linux. Where can I report this?
  1572. First, make sure it really is an error in the program, and not just an operating
  1573. or configuration problem. You should also first read the documentation in
  1574. /usr/doc/packages and /usr/doc/howto.
  1575. It is possible that the error has already been detected, information on this can
  1576. be found in our support database at http://sdb.suse.de/sdb/en/
  1577. html/index.html. Enter a search pattern, or step through the "History"
  1578. link of the SDB, to see if the problem has been registered.
  1579. If it appears not to have been documented, send a description by electronic
  1580. mail to feedback@suse.de. Please quote your registration code when
  1581. doing this.
  1582.  
  1583. How can I access my CD?
  1584. You must first mount the CD. See Section 19.11.2 page 444 of the handbook.
  1585.  
  1586.                                                                                           479
  1587.  
  1588.  
  1589.  
  1590. F. SuSE Linux-FAQ
  1591.  
  1592.               I cannot remove my CD from the drive, what should I do?
  1593.               You must first unmount (umount) the CD. See Section 19.11.2 page 444 in
  1594.               the handbook.
  1595.  
  1596.               How can I see the space available in Linux?
  1597.               With the command df -h, refer also to Chapter 19 page 427.
  1598.  
  1599.               Can I "cut-and-paste" in Linux?
  1600.               Yes.
  1601.               If you want to use "cut-and-paste" in text mode, the program gpm must
  1602.               be running. The rule for both the X Window System and in text mode is:
  1603.               highlight by pressing the left mouse button, and drag and insert with the
  1604.               middle mouse button. The right mouse button has a special function in many
  1605.               programs.
  1606.  
  1607.               How can I install programs?
  1608.               Programs which are on the SuSE Linux CD's are best installed with YaST.
  1609.               Please note that many of the larger programs can be found in the series pay.
  1610.  
  1611.               I have a program "only" in source code. How can I install it?
  1612.               For many programs you need a certain amount of "know-how", the
  1613.               best place to find this is from a good Linux book ¡ see http://
  1614.               linux.oreilly.com. In short: unpack the archive with the command
  1615.               tar xvzf name.tar.gz, read the file INSTALL or README and fol-
  1616.               low the instructions ¡ usually this entails a
  1617.               ./configure;make;make install. Refer also to the detailed hints
  1618.               on packet administration in Section 15.3 page 370.
  1619.               Please note that no installation support will be given for self-compiled ker-
  1620.               nels.
  1621.  
  1622.               I need firewall, masquerading, mailserver and WWW server. Can I get
  1623.               help for these from Installation Support?
  1624.               No.
  1625.               Installation Support is to help you to get Linux up and running. For topics
  1626.               which go beyond installation support, there are some good books available,
  1627.               as well as excellent documentation in /usr/doc/packages and /usr/
  1628.               doc/howto/en/NET3-HOWTO.txt.gz.
  1629.  
  1630.               Is my hardware supported?
  1631.               It would be best to take a look at http://cdb.suse.de/cdb_
  1632.               english.html. Also, the command
  1633.               less /usr/doc/howto/en/Hardware-HOWTO.gz will provide you
  1634.               with additional information.
  1635.  
  1636. 480
  1637.  
  1638.  
  1639.  
  1640.                                                                             F. SuSE Linux-FAQ
  1641.  
  1642. How can I de-fragment my hard drive?
  1643. Linux has an intelligent file system. This filesystem makes de-fragmenting
  1644. superfluous, because hardly any fragments occur in the first place. You
  1645. should just make sure that your partitions do not become more than 90%
  1646. full (df -h).
  1647.  
  1648. I have read something about partitioning, what is this?
  1649. By partitioning, the splitting of the hard drive into individual sub-sections is
  1650. meant. We recommend using SuSE Linux with at least three partitions (one
  1651. for boot files, one for Linux itself, and a swap partition).
  1652. You can read more about this in Chapter 19 page 427.
  1653.  
  1654. Do I need to delete windows in order to be able to use Linux?
  1655. No. But Linux does need free space on the hard-drive.
  1656. Run the program defrag in Windows, then run the program fips on the first
  1657. SuSE Linux CD, in the directory \dosutils\fips\fips20. With this
  1658. program you can re-size Windows partitions, to create more space for Linux.
  1659. Backup your files first! See also the in-depth introduction to installing in
  1660. Section 2.2 page 24.
  1661.  
  1662. How much available space do I need for Linux?
  1663. You will get by with about 380 MB, but we recommend approx. 1 GB. If you
  1664. want to install everything, you will need over 4 GB.
  1665.  
  1666. I need more space for Linux ¡ how can I integrate another hard drive?
  1667. In a Linux-system you can integrate hard drives or a free partition at any time,
  1668. in order to make more space available. If you need more space in /opt,
  1669. for instance, you could "mount" an additional hard drive there. The exact
  1670. procedure is as follows:
  1671.  
  1672. 1. Insert hard drive, and then start Linux.
  1673. 2. Login as user `root'.
  1674. 3. Using fdisk, partition the new hard drive, e. g. as /dev/hdb1
  1675. 4. Format this partition with the command mke2fs /dev/hdb1
  1676. 5. Enter the following commands:
  1677.        earth: # cd /opt
  1678.        earth:/opt # mkdir /opt2
  1679.        earth:/opt # mount /dev/hdb1 /opt2
  1680.        earth:/opt # tar cSpf - . | (cd /opt2 ; tar xvSpf -
  1681.        )
  1682.  
  1683.    In doing this, you may get an error message, "broken pipe", but this
  1684.    is normal here. You should still check to see if all the files have been
  1685.    copied. Then you can "throw away" the old directory and create a new,
  1686.    empty  Mountpoint:
  1687.  
  1688.                                                                                           481
  1689.  
  1690.  
  1691.  
  1692. F. SuSE Linux-FAQ
  1693.  
  1694.                         earth:/opt # mv /opt /opt.old
  1695.                         earth:/opt # mkdir /opt
  1696.  
  1697.                      Now you should also add an entry in /etc/fstab for the new partition
  1698.                      with an  Editor; one possible solution is shown in the File contents F.0.1.
  1699.  
  1700.                 /dev/hda3                /            ext2          defaults       1    1
  1701.                 /dev/hda2                swap         swap          defaults       0    0
  1702.                 /dev/hda1                /boot        ext2          defaults       1    2
  1703.                 /dev/hdb1                /opt         ext2          defaults       1    2
  1704.  
  1705.                      File contents F.0.1: extract from /etc/fstab: additional partitions
  1706.  
  1707.                      Then you must shut the computer down and reboot.
  1708.               6. When the computer has been rebooted, make sure, with the command
  1709.                      mount, that /dev/hdb1 really was inserted into /opt. If everything
  1710.                      is working as it should, you can now remove the old files in /opt.old:
  1711.                         earth: # cd /
  1712.                         earth:/ # rm -fr opt.old
  1713.  
  1714.               I have compiled a kernel by mistake. How can I retrieve the original
  1715.               SuSE-Kernel?
  1716.               You should proceed as described in the handbook in Section 3.6.2 page 92.
  1717.  
  1718.               I would like to remove Linux, how do I do this?
  1719.               Delete the Linux partitions with the command fdisk; you may need to run
  1720.               fdisk in Linux (the Linux version of fdisk). Then you should boot from the
  1721.               MS-DOS floppy and enter the command fdisk /mbr in DOS or Windows.
  1722.  
  1723.               In YaST the menu item `base network configuration' cannot
  1724.               be selected.
  1725.               During the installation you specified that you would like to run the computer
  1726.               as a "DHCP client". In this case the network configuration is performed by
  1727.               the DHCP server. If you do not want this (this is the standard case), start
  1728.               YaST, and in the menu `network configuration/DHCP Client'
  1729.               select `No'. Then you can return to the menu `Base network con-
  1730.               figuration'.
  1731.  
  1732.               My computer doesn't seem to react any more. Can I just press the reset
  1733.               button, without worrying?
  1734.               If your computer no longer reacts to the mouse or keyboard, this does not
  1735.               necessarily mean that the entire computer has crashed. It may be the case that
  1736.               just a single program has blocked the mouse and keyboards, and that all other
  1737.               programs continue to run normally. If the computer is accessible from outside
  1738.               (serial terminal, network), you can login, and close the program causing the
  1739.               trouble with killall program name. If you do not have this option
  1740.  
  1741. 482
  1742.  
  1743.  
  1744.  
  1745.                                                                            F. SuSE Linux-FAQ
  1746.  
  1747.                                     
  1748. you can try, using  Ctrl  +  Alt  +  F2  
  1749.                                         , to switch to a different console, and
  1750. to end the process which is stuck from there. If the computer does not react
  1751. to any key input, wait until there has been no hard drive activity for at least
  1752. 10 seconds, and then you can press the reset button.
  1753.  
  1754. Why does Linux seem to consume my entire RAM?
  1755.  
  1756. Let's take a look at the output of the command free -t:
  1757.                   total       used            free shared           buffers cached
  1758. Mem:             127800      94312            33488     11196         22324        46104
  1759. -/+ buffers/cache:           25884           101916
  1760. Swap:            136544        832           135712
  1761. Total:           264344      95144           169200
  1762.  
  1763.  
  1764. It appears as if only 33488 kB memory is available (Mem/free). This is,
  1765. however, only the "unused" memory. All the RAM not used by programs
  1766. serves as a hard drive cache, in this example, 46104 kB (Mem/cached). The
  1767. entry shared refers to memory which is used together by a number of
  1768. programs and libraries. (here 11196 kB).
  1769. The free memory is the value which is shown in -/+ buffers/cache
  1770. and free, here, 101916 kB. There is still approx. 165 MB of virtual memory
  1771. available, however.
  1772.  
  1773. What is a mirror? Why shouldn't I just download things from ftp.
  1774. suse.com?
  1775.  
  1776. Since there are many users downloading from the server at the same time,
  1777. it would soon become overloaded. For this reason there are a number of
  1778. ftp servers containing a "mirror-image"of the SuSE server. Such servers are
  1779. therefore referred to as "Mirrors". You should choose the server nearest in
  1780. physical location (i.e. in your own country) to facilitate faster download
  1781. times. A list of such mirrors is available, for instance, at: http://www.
  1782. suse.de/en/support/download/ftp/index.html.
  1783.  
  1784. What sort of directories are /var, /etc, /bin, etc.?
  1785.  
  1786. Linux has ¡ like every other kind of Unix ¡ a directory tree which in certain
  1787. aspects is uniform, whatever the system. These directories may not be deleted
  1788. or moved. As a user you should only work in your home directory. There is
  1789. more information on system directories in Chapter C page 467.
  1790.  
  1791. How can I display, edit, move, copy or delete files?
  1792.  
  1793. You can either use the standard Linux "shell tools", as explained in Chapter 19
  1794. page 427, or you can use the program mc in a text console, (a clone of a
  1795. well-known DOS/Windows tool), and on a desktop (in X Windows mode)
  1796.                                           
  1797. you need to open a terminal (with  Alt  +  F2  
  1798.                                                 , and then enter xterm); then
  1799. just type mc.
  1800.  
  1801.                                                                                             483
  1802.  
  1803.  
  1804.  
  1805. F. SuSE Linux-FAQ
  1806.  
  1807.               How can I read my DOS files?
  1808.               Refer to Chapter 19 page 427 in the handbook.
  1809.  
  1810.               I cannot find any .exe files. Where have all the programs gone?
  1811.               In Linux, executable files normally have no file extensions. Most programs
  1812.               are located in /usr/bin and /usr/X11R6/bin.
  1813.  
  1814.               How can I recognize executable files?
  1815.               With the command ls -l /usr/bin, for instance, all files in the directory
  1816.               /usr/bin which can be executed are displayed in red. They can also be
  1817.               identified by the "x" in the permissions list (at the left of the line):
  1818.               -rwxr-xr-x         1 root          root             64412 Jul 23 15:23 /usr/bin/ftp
  1819.  
  1820.               In the KDE file manager (kfm) an executable file can be seen by the cog-
  1821.               wheel symbol.
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852. 484
  1853.  
  1854.  
  1855.  
  1856.                                                                        Appendix G
  1857.       The GNU General Public License
  1858.  
  1859.                    GNU GENERAL PUBLIC LICENSE
  1860.                                Version 2, June 1991
  1861.  
  1862. Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
  1863. Cambridge, MA 02139, USA Everyone is permitted to copy and distribute
  1864. verbatim copies of this license document, but changing it is not allowed.
  1865.  
  1866.                                     Preamble
  1867.  
  1868. The licenses for most software are designed to take away your freedom to
  1869. share and change it. By contrast, the GNU General Public License is intended
  1870. to guarantee your freedom to share and change free software¡to make sure the
  1871. software is free for all its users. This General Public License applies to most
  1872. of the Free Software Foundation's software and to any other program whose
  1873. authors commit to using it. (Some other Free Software Foundation software
  1874. is covered by the GNU Library General Public License instead.) You can
  1875. apply it to your programs, too.
  1876. When we speak of free software, we are referring to freedom, not price. Our
  1877. General Public Licenses are designed to make sure that you have the freedom
  1878. to distribute copies of free software (and charge for this service if you wish),
  1879. that you receive source code or can get it if you want it, that you can change
  1880. the software or use pieces of it in new free programs; and that you know you
  1881. can do these things.
  1882. To protect your rights, we need to make restrictions that forbid anyone to
  1883. deny you these rights or to ask you to surrender the rights. These restrictions
  1884. translate to certain responsibilities for you if you distribute copies of the
  1885. software, or if you modify it.
  1886. For example, if you distribute copies of such a program, whether gratis or for
  1887. a fee, you must give the recipients all the rights that you have. You must make
  1888. sure that they, too, receive or can get the source code. And you must show
  1889. them these terms so they know their rights.
  1890. We protect your rights with two steps: (1) copyright the software, and (2)
  1891. offer you this license which gives you legal permission to copy, distribute
  1892. and/or modify the software.
  1893. Also, for each author's protection and ours, we want to make certain that
  1894. everyone understands that there is no warranty for this free software. If the
  1895.  
  1896.                                                                                     485
  1897.  
  1898.  
  1899.  
  1900. G. The GNU General Public License
  1901.  
  1902.                software is modified by someone else and passed on, we want its recipients to
  1903.                know that what they have is not the original, so that any problems introduced
  1904.                by others will not reflect on the original authors' reputations.
  1905.                Finally, any free program is threatened constantly by software patents. We
  1906.                wish to avoid the danger that redistributors of a free program will individually
  1907.                obtain patent licenses, in effect making the program proprietary. To prevent
  1908.                this, we have made it clear that any patent must be licensed for everyone's
  1909.                free use or not licensed at all.
  1910.                The precise terms and conditions for copying, distribution and modification
  1911.                follow.
  1912.  
  1913.                                   GNU GENERAL PUBLIC LICENSE
  1914.                TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND
  1915.                                                 MODIFICATION
  1916.                0. This License applies to any program or other work which contains a no-
  1917.                    tice placed by the copyright holder saying it may be distributed under the
  1918.                    terms of this General Public License. The "Program", below, refers to any
  1919.                    such program or work, and a "work based on the Program" means either
  1920.                    the Program or any derivative work under copyright law: that is to say,
  1921.                    a work containing the Program or a portion of it, either verbatim or with
  1922.                    modifications and/or translated into another language. (Hereinafter, trans-
  1923.                    lation is included without limitation in the term "modification".) Each
  1924.                    licensee is addressed as "you".
  1925.                    Activities other than copying, distribution and modification are not cov-
  1926.                    ered by this License; they are outside its scope. The act of running the
  1927.                    Program is not restricted, and the output from the Program is covered
  1928.                    only if its contents constitute a work based on the Program (independent
  1929.                    of having been made by running the Program). Whether that is true de-
  1930.                    pends on what the Program does.
  1931.                1. You may copy and distribute verbatim copies of the Program's source code
  1932.                    as you receive it, in any medium, provided that you conspicuously and
  1933.                    appropriately publish on each copy an appropriate copyright notice and
  1934.                    disclaimer of warranty; keep intact all the notices that refer to this License
  1935.                    and to the absence of any warranty; and give any other recipients of the
  1936.                    Program a copy of this License along with the Program.
  1937.                    You may charge a fee for the physical act of transferring a copy, and you
  1938.                    may at your option offer warranty protection in exchange for a fee.
  1939.                2. You may modify your copy or copies of the Program or any portion of it,
  1940.                    thus forming a work based on the Program, and copy and distribute such
  1941.                    modifications or work under the terms of Section 1 above, provided that
  1942.                    you also meet all of these conditions:
  1943.                    a) You must cause the modified files to carry prominent notices stating
  1944.                       that you changed the files and the date of any change.
  1945.                    b) You must cause any work that you distribute or publish, that in whole
  1946.                       or in part contains or is derived from the Program or any part thereof,
  1947.                       to be licensed as a whole at no charge to all third parties under the
  1948.                       terms of this License.
  1949.  
  1950. 486
  1951.  
  1952.  
  1953.  
  1954.                                                          G. The GNU General Public License
  1955.  
  1956.    c) If the modified program normally reads commands interactively when
  1957.       run, you must cause it, when started running for such interactive use in
  1958.       the most ordinary way, to print or display an announcement including
  1959.       an appropriate copyright notice and a notice that there is no warranty
  1960.       (or else, saying that you provide a warranty) and that users may redis-
  1961.       tribute the program under these conditions, and telling the user how to
  1962.       view a copy of this License. (Exception: if the Program itself is inter-
  1963.       active but does not normally print such an announcement, your work
  1964.       based on the Program is not required to print an announcement.)
  1965.    These requirements apply to the modified work as a whole. If identifiable
  1966.    sections of that work are not derived from the Program, and can be rea-
  1967.    sonably considered independent and separate works in themselves, then
  1968.    this License, and its terms, do not apply to those sections when you dis-
  1969.    tribute them as separate works. But when you distribute the same sections
  1970.    as part of a whole which is a work based on the Program, the distribution
  1971.    of the whole must be on the terms of this License, whose permissions for
  1972.    other licensees extend to the entire whole, and thus to each and every part
  1973.    regardless of who wrote it.
  1974.    Thus, it is not the intent of this section to claim rights or contest your
  1975.    rights to work written entirely by you; rather, the intent is to exercise the
  1976.    right to control the distribution of derivative or collective works based on
  1977.    the Program.
  1978.    In addition, mere aggregation of another work not based on the Program
  1979.    with the Program (or with a work based on the Program) on a volume of
  1980.    a storage or distribution medium does not bring the other work under the
  1981.    scope of this License.
  1982. 3. You may copy and distribute the Program (or a work based on it, under
  1983.    Section 2) in object code or executable form under the terms of Sections
  1984.    1 and 2 above provided that you also do one of the following:
  1985.    a) Accompany it with the complete corresponding machine-readable
  1986.       source code, which must be distributed under the terms of Sections 1
  1987.       and 2 above on a medium customarily used for software interchange;
  1988.       or,
  1989.    b) Accompany it with a written offer, valid for at least three years, to
  1990.       give any third party, for a charge no more than your cost of physically
  1991.       performing source distribution, a complete machine-readable copy of
  1992.       the corresponding source code, to be distributed under the terms of
  1993.       Sections 1 and 2 above on a medium customarily used for software
  1994.       interchange; or,
  1995.    c) Accompany it with the information you received as to the offer to
  1996.       distribute corresponding source code. (This alternative is allowed only
  1997.       for noncommercial distribution and only if you received the program
  1998.       in object code or executable form with such an offer, in accord with
  1999.       Subsection b above.)
  2000.    The source code for a work means the preferred form of the work for
  2001.    making modifications to it. For an executable work, complete source code
  2002.  
  2003.                                                                                       487
  2004.  
  2005.  
  2006.  
  2007. G. The GNU General Public License
  2008.  
  2009.                   means all the source code for all modules it contains, plus any associated
  2010.                   interface definition files, plus the scripts used to control compilation and
  2011.                   installation of the executable. However, as a special exception, the source
  2012.                   code distributed need not include anything that is normally distributed
  2013.                   (in either source or binary form) with the major components (compiler,
  2014.                   kernel, and so on) of the operating system on which the executable runs,
  2015.                   unless that component itself accompanies the executable.
  2016.                   If distribution of executable or object code is made by offering access to
  2017.                   copy from a designated place, then offering equivalent access to copy the
  2018.                   source code from the same place counts as distribution of the source code,
  2019.                   even though third parties are not compelled to copy the source along with
  2020.                   the object code.
  2021.                4. You may not copy, modify, sublicense, or distribute the Program except
  2022.                   as expressly provided under this License. Any attempt otherwise to copy,
  2023.                   modify, sublicense or distribute the Program is void, and will automati-
  2024.                   cally terminate your rights under this License. However, parties who have
  2025.                   received copies, or rights, from you under this License will not have their
  2026.                   licenses terminated so long as such parties remain in full compliance.
  2027.                5. You are not required to accept this License, since you have not signed
  2028.                   it. However, nothing else grants you permission to modify or distribute
  2029.                   the Program or its derivative works. These actions are prohibited by law
  2030.                   if you do not accept this License. Therefore, by modifying or distribut-
  2031.                   ing the Program (or any work based on the Program), you indicate your
  2032.                   acceptance of this License to do so, and all its terms and conditions for
  2033.                   copying, distributing or modifying the Program or works based on it.
  2034.                6. Each time you redistribute the Program (or any work based on the Pro-
  2035.                   gram), the recipient automatically receives a license from the original li-
  2036.                   censor to copy, distribute or modify the Program subject to these terms
  2037.                   and conditions. You may not impose any further restrictions on the recip-
  2038.                   ients' exercise of the rights granted herein. You are not responsible for
  2039.                   enforcing compliance by third parties to this License.
  2040.                7. If, as a consequence of a court judgment or allegation of patent infringe-
  2041.                   ment or for any other reason (not limited to patent issues), conditions are
  2042.                   imposed on you (whether by court order, agreement or otherwise) that
  2043.                   contradict the conditions of this License, they do not excuse you from
  2044.                   the conditions of this License. If you cannot distribute so as to satisfy si-
  2045.                   multaneously your obligations under this License and any other pertinent
  2046.                   obligations, then as a consequence you may not distribute the Program
  2047.                   at all. For example, if a patent license would not permit royalty-free re-
  2048.                   distribution of the Program by all those who receive copies directly or
  2049.                   indirectly through you, then the only way you could satisfy both it and
  2050.                   this License would be to refrain entirely from distribution of the Program.
  2051.                   If any portion of this section is held invalid or unenforceable under any
  2052.                   particular circumstance, the balance of the section is intended to apply
  2053.                   and the section as a whole is intended to apply in other circumstances.
  2054.                   It is not the purpose of this section to induce you to infringe any patents or
  2055.                   other property right claims or to contest validity of any such claims; this
  2056.                   section has the sole purpose of protecting the integrity of the free soft-
  2057.  
  2058. 488
  2059.  
  2060.  
  2061.  
  2062.                                                          G. The GNU General Public License
  2063.  
  2064.    ware distribution system, which is implemented by public license prac-
  2065.    tices. Many people have made generous contributions to the wide range
  2066.    of software distributed through that system in reliance on consistent ap-
  2067.    plication of that system; it is up to the author/donor to decide if he or she
  2068.    is willing to distribute software through any other system and a licensee
  2069.    cannot impose that choice.
  2070.    This section is intended to make thoroughly clear what is believed to be a
  2071.    consequence of the rest of this License.
  2072. 8. If the distribution and/or use of the Program is restricted in certain coun-
  2073.    tries either by patents or by copyrighted interfaces, the original copyright
  2074.    holder who places the Program under this License may add an explicit ge-
  2075.    ographical distribution limitation excluding those countries, so that distri-
  2076.    bution is permitted only in or among countries not thus excluded. In such
  2077.    case, this License incorporates the limitation as if written in the body of
  2078.    this License.
  2079. 9. The Free Software Foundation may publish revised and/or new versions of
  2080.    the General Public License from time to time. Such new versions will be
  2081.    similar in spirit to the present version, but may differ in detail to address
  2082.    new problems or concerns.
  2083.    Each version is given a distinguishing version number. If the Program
  2084.    specifies a version number of this License which applies to it and "any
  2085.    later version", you have the option of following the terms and conditions
  2086.    either of that version or of any later version published by the Free Soft-
  2087.    ware Foundation. If the Program does not specify a version number of this
  2088.    License, you may choose any version ever published by the Free Software
  2089.    Foundation.
  2090. 10. If you wish to incorporate parts of the Program into other free programs
  2091.    whose distribution conditions are different, write to the author to ask
  2092.    for permission. For software which is copyrighted by the Free Software
  2093.    Foundation, write to the Free Software Foundation; we sometimes make
  2094.    exceptions for this. Our decision will be guided by the two goals of
  2095.    preserving the free status of all derivatives of our free software and of
  2096.    promoting the sharing and reuse of software generally.
  2097.  
  2098.                                  NO WARRANTY
  2099.  
  2100. 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE,
  2101.    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EX-
  2102.    TENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTH-
  2103.    ERWISE STATED IN WRITING THE COPYRIGHT HOLDERS
  2104.    AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
  2105.    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  2106.    OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  2107.    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  2108.    PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY
  2109.    AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  2110.    THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST
  2111.    OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  2112.  
  2113.                                                                                       489
  2114.  
  2115.  
  2116.  
  2117. G. The GNU General Public License
  2118.  
  2119.                12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR
  2120.                   AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER,
  2121.                   OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDIS-
  2122.                   TRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE
  2123.                   TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  2124.                   INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT
  2125.                   OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUD-
  2126.                   ING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  2127.                   RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR
  2128.                   THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
  2129.                   WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
  2130.                   OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
  2131.                   SUCH DAMAGES.
  2132.  
  2133.                                  END OF TERMS AND CONDITIONS
  2134.  
  2135.                Appendix: How to Apply These Terms to Your New Programs
  2136.                If you develop a new program, and you want it to be of the greatest possible
  2137.                use to the public, the best way to achieve this is to make it free software which
  2138.                everyone can redistribute and change under these terms.
  2139.                To do so, attach the following notices to the program. It is safest to attach
  2140.                them to the start of each source file to most effectively convey the exclusion
  2141.                of warranty; and each file should have at least the "copyright" line and a
  2142.                pointer to where the full notice is found.
  2143.                < one line to give the program's name and a brief idea of what it does.>
  2144.                Copyright (C) 19yy < name of author>
  2145.                This program is free software; you can redistribute it and/or modify it under
  2146.                the terms of the GNU General Public License as published by the Free Soft-
  2147.                ware Foundation; either version 2 of the License, or (at your option) any later
  2148.                version.
  2149.                This program is distributed in the hope that it will be useful, but WITHOUT
  2150.                ANY WARRANTY; without even the implied warranty of MERCHANTABIL-
  2151.                ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  2152.                Public License for more details.
  2153.                You should have received a copy of the GNU General Public License along
  2154.                with this program; if not, write to the Free Software Foundation, Inc., 675
  2155.                Mass Ave, Cambridge, MA 02139, USA.
  2156.                Also add information on how to contact you by electronic and paper mail.
  2157.                If the program is interactive, make it output a short notice like this when it
  2158.                starts in an interactive mode:
  2159.                Gnomovision version 69, Copyright (C) 19yy name of author Gnomovision
  2160.                comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is
  2161.                free software, and you are welcome to redistribute it under certain conditions;
  2162.                type `show c' for details.
  2163.                The hypothetical commands `show w' and `show c' should show the appro-
  2164.                priate parts of the General Public License. Of course, the commands you use
  2165.  
  2166. 490
  2167.  
  2168.  
  2169.  
  2170.                                                          G. The GNU General Public License
  2171.  
  2172. may be called something other than `show w' and `show c'; they could even
  2173. be mouse-clicks or menu items¡whatever suits your program.
  2174. You should also get your employer (if you work as a programmer) or your
  2175. school, if any, to sign a "copyright disclaimer" for the program, if necessary.
  2176. Here is a sample; alter the names:
  2177. Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  2178. `Gnomovision' (which makes passes at compilers) written by James Hacker.
  2179. < signature of Ty Coon>, 1 April 1989 Ty Coon, President of Vice
  2180. This General Public License does not permit incorporating your program
  2181. into proprietary programs. If your program is a subroutine library, you may
  2182. consider it more useful to permit linking proprietary applications with the
  2183. library. If this is what you want to do, use the GNU Library General Public
  2184. License instead of this License.
  2185.  
  2186.  
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.                                                                                       491
  2219.  
  2220.  
  2221.  
  2222. G. The GNU General Public License
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270. 492
  2271.  
  2272.  
  2273.  
  2274.                                                                       Appendix H
  2275.                                                      Support and services
  2276.  
  2277. In the course of the past few years we have become aware that, when installing
  2278. Linux, certain problems keep on occurring, even though they are becoming
  2279. less and less frequent, and despite all the progress in development Linux has
  2280. made. Many of the solutions to these problems have made their way into
  2281. this book, to spare you, dear reader, a weekend waiting in exasperation for
  2282. the telephone hotline on Monday afternoon, before being able to continue
  2283. installing your system with its help.
  2284. If you encounter a problem, please make sure the solution has not already
  2285. been mentioned in this book or in our support data base 1 before contacting
  2286. our support team. In addition, you will find many answers in the README
  2287. files on the first CD.
  2288.  
  2289. H.1 60-Day Installation Support
  2290.  
  2291. H.1.1 No Installation Support Unless You Register!
  2292. In order to be able to guarantee you the best possible installation support (I-
  2293. Support), only enquiries from registered SuSE Linux users will be answered.
  2294. On the first page of this handbook you will find a registration card containing
  2295. your registration code. This code is unique, and serves to verify that you have
  2296. a genuine SuSE Linux in front of you.
  2297. If you send in your registration card or register via our WWW server,              Registration
  2298. http://www.suse.com/Customer/index.html                                            card
  2299. you will become a registered SuSE Linux user, entitled to installation support, Online
  2300. amongst other things.
  2301.  
  2302.  Since this code is product based, we request that you register every SuSE
  2303.  Linux product you purchase, even if it is an update or if you purchased
  2304.  SuSE Linux directly from us. You will not be automatically registered
  2305.  when you buy the product!
  2306.  
  2307. H.1.2 Extent of Our Installation Support
  2308. Our installation support is intended as an assistance in getting your basic
  2309. SuSE Linux system up and running. This includes:
  2310. 1 the details are covered in Section H.6 page 499
  2311.  
  2312.                                                                                               493
  2313.  
  2314.  
  2315.  
  2316. H. Support and Services of SuSE GmbH
  2317.  
  2318.                 * installing SuSE Linux from CD
  2319.                 * basic configuration of a standalone machine
  2320.                 * basic configuration of the X11 GUI
  2321.                 * basic configuration of a standard analog modem, to dial into the Internet
  2322.                   (only on the client side)
  2323.                 * basic configuration of a standard ISDN card, to dial into the Internet (only
  2324.                   on the client side)
  2325.                 * configuration of local printer services for a standalone machine
  2326.                 * basic setting up of a supported sound card.
  2327.                Any topics not mentioned here will not be handled by Installation Sup-
  2328.                port. Such enquiries will not be answered.
  2329.                The configuration of the system ¡ as far as Installation Support is concerned
  2330.                ¡ has to be done with YaST, or other means recommended by the manual.
  2331.                Our installation support is intended as a help in getting your basic system
  2332.                installed, not as a training course or an introduction to Linux. It can only be
  2333.                used, therefore, for configuration problems, but not for general questions.
  2334.                However, we are sometimes faced with the situation that SuSE Linux will,
  2335.                for example, not run at all, or only with limitations, with a specific hardware
  2336.                configuration. We hope you will understand that we cannot give you a 100%
  2337.                guarantee of success concerning our installation support.
  2338.                Besides the basic Linux kernel system, we offer over 1000 (currently, approx.
  2339.                1300) software packages on our SuSE Linux CD. We try to keep these pack-
  2340.                ages up to date, but it is not possible for us to know each and every package's
  2341.                documentation, nor to program additional features. Please understand this
  2342.                when we refer you to the supplied information (manpages, README files and
  2343.                online help).
  2344.  
  2345.                H.2 The Fastest Way to Get Help!
  2346.                This is intended as a short guide to enable you to get an answer from our
  2347.                support team as quickly as possible. Only e-mails which comply with this
  2348.                standard can be processed automatically by our support management system,
  2349.                and thus, as fast as possible. All other enquiries need to be first sorted by
  2350.                hand, and then distributed to individual supporters before they can be pro-
  2351.                cessed.
  2352.                 * Please register your SuSE Linux online in our Web pages at the address:
  2353.                   http://www.suse.de/e/register.html
  2354.                 * Write an electronic mail as shown in File contents H.2.1 on the facing
  2355.                   page, directly to the address support@suse.com . Make sure you
  2356.                   differentiate between upper and lower case when giving customer data.
  2357.                   Only then can your electronic mail be processed automatically. Please
  2358.                   leave fields such as COMPANY: empty if you do not need them.
  2359.                 * Do not use any unnecessary attachments (such as business cards in X-
  2360.                   VCARD format), and if you need to insert configuration files, for ex-
  2361.                   ample, do this directly into the enquiry, in ASCII format. (see file con-
  2362.                   tents H.2.2).
  2363.  
  2364. 494
  2365.  
  2366.  
  2367.  
  2368.                                                         H.2. The Fastest Way to Get Help!
  2369.  
  2370.  
  2371.  
  2372.  
  2373. FIRST NAME: Honeydew
  2374. SURNAME: Dr. Bunsenburner
  2375. COMPANY: Muppetshow (Laboratory)
  2376. ADDRESS: Sesamstr. 4711
  2377. CITY: Timbuktu
  2378. COUNTRY: Germany
  2379. REGCODE: XXXXXX
  2380. EMAIL: bunsen@nowhere.de
  2381.  
  2382. Dear SuSE Support Team,
  2383.  
  2384. I have a small problem here in my Muppet Laboratory.
  2385.  
  2386. After installation of the SuSE Linux 6.4
  2387. the error message
  2388. appears after booting the kernel:
  2389.  
  2390.                "Unable to open an initial console"
  2391.  
  2392. I have a Pentium 400 with 128 MB RAM and an 8 GB IDE
  2393. hard drive. What am I doing wrong?
  2394.  
  2395. Yours Sincerely,
  2396.  
  2397. Dr. Honeydew Bunsenburner
  2398. <bunsen@nowhere.de>
  2399.  
  2400.      File contents H.2.1: Example of an electronic mail enquiry
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406. ... have a problem with Lilo. Here is the relevant part of my
  2407. /etc/lilo.conf
  2408.  
  2409. ---cut---
  2410. # Linux bootable partition config begins
  2411. image = /boot/vmlinuz
  2412. root = /dev/sda2
  2413. label = linux-2.0.36
  2414. # Linux bootable partition config ends
  2415. ---cut---
  2416.  
  2417.  File contents H.2.2: Part of an e-mail enquiry with configuration file
  2418.  
  2419.  
  2420.  
  2421.                                                                                      495
  2422.  
  2423.  
  2424.  
  2425. H. Support and Services of SuSE GmbH
  2426.  
  2427.                Duration of Installation Support
  2428.                The duration of installation support is restricted to 60 days from the day of
  2429.                purchase, and no longer than 60 days after the following release.
  2430.  
  2431.                H.2.1 How Can I Reach the SuSE-Support Team?
  2432.                You can reach our support team via e-mail, fax, letter or telephone; if you
  2433.                come to us with a support question, please make sure that your chosen means
  2434.                of communication is working properly.
  2435.                We frequently experience cases where we can only answer support queries
  2436.                with great difficulty, because, for example, the fax machine at the customer's
  2437.                end is not always running (fax software), or the electronic mail address is
  2438.                invalid or unreachable.
  2439.  
  2440.                 When sending electronic mails, please don't send any attachments; if you
  2441.                 want to include logfiles, for example, insert these directly into the text.
  2442.                 You should especially avoid sending files in proprietary formats of your
  2443.                 mail system ¡ we generally do not have software available to decode such
  2444.                 messages. It is also not necessary for you to send us HTML texts; this
  2445.                 "feature" can easily be turned off in your browser . . .
  2446.  
  2447.                You can reach our support team in the following ways, at the times specified:
  2448.  
  2449.                 * electronic mail
  2450.                   address:                isupport@suse.de
  2451.                   address:                isupport@suse.com
  2452.                   processing:             every day
  2453.                 * Fax
  2454.                   Fax:                    (09 11) 74 05 34 77
  2455.                   Fax: (USA)              +1-510-628-3381
  2456.                   processing:             every day
  2457.                 * Post
  2458.                   address:                SuSE GmbH
  2459.                                           ¡ Support ¡
  2460.                                           Schanz¿ackerstr. 10
  2461.                                           D-90443 N¿urnberg
  2462.                   processing:             every day
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473. 496
  2474.  
  2475.  
  2476.  
  2477.                                                                   H.3. SuSE Professional Services
  2478.  
  2479.  * Telephone (Support Hotline)
  2480.    phone:                   (09 11) 7 40 53 30
  2481.    phone:(UK)               +0845-025-0010
  2482.    phone:(USA)              +1-510-628-3380
  2483.    Opening times of the Support Hotlines:
  2484.  
  2485.                              Mondays and Thursdays
  2486.                        from 13:00 to 18:00 - Europe (CET)
  2487.                          from 12:00 to 17:00 - UK (DST)
  2488.                           from 9:00 to 15:00 - USA (PST)
  2489.  
  2490.  
  2491.    Have your registration code at hand, and make sure that you are already
  2492.    registered. Only registered SuSE Linux users have the right to installation
  2493.    support.
  2494.    Please note that a normal telephone enquiry should not last longer than
  2495.    5 minutes.
  2496.    As a rule, the surge of phone calls is much larger when support opens than
  2497.    later in the day. If you don't get through straight away to a member of the
  2498.    support staff at the beginning, just try again a bit later.
  2499. We place a great deal of emphasis on Installation Support, but you must
  2500. realize that we cannot take on the administration of your company network
  2501. for the price of a SuSE Linux-distribution, so we refer you to:
  2502.  
  2503.                  http://www.suse.de/en/support/
  2504.  
  2505. H.3 SuSE Professional Services
  2506. Even if an operating system comes with all the necessary facilities: it will
  2507. only be a viable alternative for use in the corporate environment in combina-
  2508. tion with professional and qualified support services. SuSE guarantees this
  2509. kind of service for Linux. Our support- and development-team is not just
  2510. responsible for installation support, included in the purchase of the package.
  2511. Our experts' unique Linux know-how comes into its own when it is required
  2512. to support the implementation of complex solutions. Whether it is a matter
  2513. of training, installation or configuration of hard and software or individual
  2514. service and support contracts - how can we help you?
  2515.  
  2516.                       Our Service Team is at your disposal.
  2517.                                     Contact:                                      cost-effective
  2518.                                                                                   Support
  2519.                Do you have further questions about our services?
  2520.  * Telephone
  2521.    Number:                  (09 11) 740 53 56
  2522.                             from Monday to Friday 09h00 to 17h00
  2523.  * electronic mail
  2524.    Address:                 bsupport@suse.de
  2525.  
  2526.                                                                                               497
  2527.  
  2528.  
  2529.  
  2530. H. Support and Services of SuSE GmbH
  2531.  
  2532.                   * Fax
  2533.                      Number:                 (09 11) 320 67 27
  2534.                   * Post
  2535.                      Address:                SuSE GmbH
  2536.                                              ¡ Professional Services ¡
  2537.                                              Schanz¿ackerstr. 10
  2538.                                              D-90443 N¿urnberg
  2539.                   * WWW
  2540.                      URL:                           http://www.suse.de/en/support/
  2541.                      prof/
  2542.                  H.3.1 Individual Projects and Consulting
  2543.                  You'd like to use SuSE Linux at your place of business. We offer competent
  2544.                  consultation and answers so that you can optimize the performance of Linux
  2545.                  in your field of computing. We have a large amount of experience in the
  2546.                  deployment of Linux-Servers because we've been dealing with Linux since
  2547.                  the early days. This is where the experience of our consultants come into
  2548.                  play; you can use the know-how of our experts to succesfully realize your
  2549.                  projects. Our strength lies in our versatility; Databases, security issues, Inter-
  2550.                  net connection or company-wide networks, Linux is, with the right software,
  2551.                  a powerful platform for your applications. Our offer ranges from the con-
  2552.                  ception, implementation and configuration of server systems to a complete
  2553.                  infrastructure consultation. You'd like, for instance, your Internet presence
  2554.                  realized on a SuSE Linux basis and are therefore looking for web server,
  2555.                  e-mail and secure server solutions? Our consultants help you to conceptual-
  2556.                  ize and implement the right solution. Do you have a complex heterogenous
  2557.                  network in which you'd like to integrate Linux? We offer consultation and
  2558.                  support by the design and rollout of complex server solutions. Do you have
  2559.                  special requirements or needs that aren't fulfilled by standard software? We
  2560.                  could help you with individual development. On-site support from one of our
  2561.                  Regional Service Centers is included, we have Service Centers in Hamburg,
  2562.                  Bonn, Stuttgart, Frankfurt and Munich, as well as our Support and Develop-
  2563.                  ment Center in Nuremberg.
  2564.                   * Rollout and Implementation Services
  2565.                   * Infra-structure Consultation
  2566.                   * Intranet-Server Solutions
  2567.                   * Internet-Server Solutions
  2568.                   * Development of client-specific requirements
  2569.                   * Complete Solutions
  2570.                   * E-Commerce
  2571.  
  2572.                  H.4 Training
  2573.        Training Our specialists train system administrators and programmers in such a way
  2574.                  that they are able to make use of the wide range of possibilities in Linux
  2575.                  as quickly as possible ¡ and thus be able to work productively. For more
  2576.                  information on a training courses, have a look at http://www.suse.de/
  2577.                  en/support/training/.
  2578.  
  2579. 498
  2580.  
  2581.  
  2582.  
  2583.                                                                                    H.5. Feedback
  2584.  
  2585. H.5 Feedback
  2586. We always appreciate your tips, hints and problem descriptions. We will
  2587. help you if your problem is a straightforward one, or if we already have the
  2588. solution at hand. Your feedback may provide us with useful information to
  2589. help us avoid this problem in our next release, thus helping other SuSE Linux
  2590. customers via our WWW server or the Support DataBase. We always make
  2591. every effort to customize our SuSE Linux products to the wishes and ideas of
  2592. our customers. We therefore much appreciate any criticism of our CD or of
  2593. this book. We think that this the best way to correct significant errors and to
  2594. maintain our high standard of quality.
  2595. Send feedback any time to feedback@suse.de via electronic mail, or you can
  2596. send us a letter or fax.
  2597.  
  2598. H.6 Further Services
  2599. We would also like to draw your attention to our services that are available
  2600. around the clock, free of charge:
  2601.  
  2602.  * SuSE WWW Server
  2603.     http://www.suse.com
  2604.  * SuSE mailing lists (information and discussions via electronic mail):
  2605.     ¡ urlsuse-announce-e@suse.com ¡ announcements concerning SuSE
  2606.        Linux (English)
  2607.     ¡ suse-announce@suse.com ¡ announcements concerning SuSE
  2608.        Linux (German)
  2609.     ¡ suse-linux-e@suse.com ¡ all about SuSE Linux (English)
  2610.     ¡ suse-linux@suse.com ¡ all about SuSE Linux (German)
  2611.     ¡ suse-axp@suse.com ¡ SuSE Linux on Alpha processors (En-
  2612.        glish)
  2613.     ¡ suse-isdn@suse.com ¡ ISDN and SuSE Linux (mainly in Ger-
  2614.        man)
  2615.     ¡ suse-applix@suse.com ¡ the Applixware office suite (mainly
  2616.        in German)
  2617.     ¡ suse-adabas@suse.com ¡ about Adabas D (mainly in German)
  2618.     ¡ suse-informix@suse.com ¡ about Informix (mainly in Ger-
  2619.        man)
  2620.     ¡ suse-oracle@suse.com ¡ information and discussion on Oracle in
  2621.        SuSE Linux (English)
  2622.     To subscribe to any of these lists send an electronic mail message to
  2623.     majordomo@suse.de with subscribe <list name> in the
  2624.     body. The subject does not count. For example:
  2625.         subscribe suse-announce-e
  2626.  
  2627.                                                                                             499
  2628.  
  2629.  
  2630.  
  2631. H. Support and Services of SuSE GmbH
  2632.  
  2633.                   to receive all announcements. To unsubscribe from a list, write another
  2634.                   electronic mail message to majordomo@suse.de, this time with the
  2635.                   body:
  2636.                      unsubscribe suse-announce-e
  2637.  
  2638.                   Please note that unsubscribe has to be sent from the same electronic
  2639.                   mail account from which you subscribed.
  2640.                 * SuSE's FTP site
  2641.                   ftp://ftp.suse.com
  2642.                   For the latest information, updates and bug fixes
  2643.                   Login as `ftp'.
  2644.  
  2645.  
  2646.  
  2647.  
  2648.  
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679. 500
  2680.  
  2681.  
  2682.  
  2683.                                                              Bibliography
  2684.  
  2685. [Alm94]    ALMESBERGER, Werner: LILO User's guide, 1994. ¡ (see file /usr/doc/lilo/
  2686.            user.dvi)
  2687. [Bai97]    BAILEY, Edward C.: Maximum RPM. Red Hat, 1997. ¡ (ISBN 1-888172-78-9)
  2688. [CAR93] COSTALES, Bryan ; ALLMAN, Eric ; RICKERT, Neil: sendmail. O'Reilly & Asso-
  2689.            ciates, Inc., 1993. ¡ (ISBN 1-56592-056-2)
  2690. [CB96]     CHESWICK, William R. ; BELLOVIN, Steven M.: Firewalls und Sicherheit im In-
  2691.            ternet. Addison Wesley GmbH, 1996. ¡ (ISBN 3-89319-875-x)
  2692. [CR91]     CAMERON, Debra ; ROSENBLATT, Bill: Learning GNU Emacs. O'Reilly & Asso-
  2693.            ciates, Inc., 1991. ¡ (ISBN 0 937175-84-6)
  2694. [CZ96]     CHAPMAN ; ZWICKY: Einrichten von Internet Firewalls. Sicherheit im Internet
  2695.            gew¿ahrleisten.. O'Reilly & Associates, Inc., 1996. ¡ (ISBN 3-930673312)
  2696. [Daw95] DAWSON, Terry: Linux NET-2/NET-3 HOWTO, v2.8, 07 Jan 1995. ¡ (see file
  2697.            /usr/doc/howto/NET-2-HOWTO)
  2698. [FCR93] FANG, Chin ; CROSSON, Bob ; RAYMOND, Eric S.: The Hitchhiker's Guide to
  2699.            X386/XFree86 Video Timing (or, Tweaking your Monitor for Fun and Profit), 1993.
  2700.            ¡ (see file /usr/X11/lib/X11/doc/VideoModes.doc)
  2701. [Fri93]    FRISCH, ╞leen: Essential System Administration. O'Reilly & Associates, Inc.,
  2702.            1993. ¡ (ISBN 0-937175-80-3)
  2703. [Gil92]    GILLY, Daniel: UNIX in a nutshell: System V Edition. O'Reilly & Associates, Inc.,
  2704.            1992. ¡ (ISBN 1-56592-001-5)
  2705. [GMS93] GOOSSENS, Michel ; MITTELBACH, Frank ; SAMARIN, Alexander: The LATEX
  2706.            Companion. Addison Wesley GmbH, 1993. ¡ (ISBN 3-54199-8)
  2707. [Gri94]    GRIEGER, W.: Wer hat Angst vorm Emacs?. Addison Wesley GmbH, 1994. ¡
  2708.            (ISBN 3-89319-620-X)
  2709. [GS93]     GARFINKEL, Simson ; SPAFFORD, Gene: Practical UNIX Security. O'Reilly &
  2710.            Associates, Inc., 1993. ¡ (ISBN 0-937175-72-2)
  2711. [Her92]    HEROLD, H.: UNIX Grundlagen. Addison Wesley GmbH, 1992. ¡ (ISBN 3-89319-
  2712.            542-8)
  2713. [HHMK96]HETZE, Sebastian ; HOHNDEL, Dirk ; M ¿ULLER, Martin ; KIRCH, Olaf: Linux
  2714.            Anwenderhandbuch. 6. LunetIX Softfair, 1996. ¡ (ISBN 3-929764-05-9)
  2715. [Hof97]    HOFFMANN, Erwin: EMail-Gateway mit qmail. In: iX 12 (1997), S. 108ff
  2716. [Hun95]    HUNT, Craig: TCP/IP Netzwerk Administration. O'Reilly & Associates, Inc., 1995.
  2717.            ¡ (ISBN 3-930673-02-9)
  2718. [Kie95]    KIENLE, Micheal: TIS: Toolkit f¿ur anwendungsorientierte Firewall-Systeme. In: iX
  2719.            8 (1995), S. 140ff
  2720.  
  2721.                                                                                         501
  2722.  
  2723.  
  2724.  
  2725. Bibliography
  2726.  
  2727. [Kir95]    KIRCH, Olaf: LINUX Network Administrator's Guide. O'Reilly & Associates, Inc.,
  2728.            1995. ¡ (ISBN 1-56592-087-2)
  2729. [Kof95]    KOFLER, M.: Linux. Addison Wesley GmbH, 1995. ¡ (ISBN 3-89319-796-6)
  2730. [Kop94]    KOPKA, Helmut: LATEX-Einf¿uhrung. Addison Wesley GmbH, 1994. ¡ (ISBN 3-
  2731.            89319-664-1)
  2732. [Kun95]    KUNITZ, Ulrich: Sicherheit fast kostenlos: Einrichtung eines kostenlosen Firewall-
  2733.            Systems. In: iX 9 (1995), S. 176ff
  2734. [Lam90] LAMB, Linda: Learning the vi Editor. O'Reilly & Associates, Inc., 1990. ¡ (ISBN
  2735.            0-937175-67-6)
  2736. [Lam94] LAMPORT, Leslie: LATEX User's Guide and Reference Manual. Addison Wesley
  2737.            GmbH, 1994. ¡ (ISBN 0-201-52983-1)
  2738. [Lef96a] LEFFLER, Sam: HylaFAX Home Page, 1996
  2739. [Lef96b] LEFFLER, Sam: TIFF Software, 1996
  2740. [OT92]     O'REILLY, Tim ; TODINO, Grace: Manging UUCP and Usenet. O'Reilly & Asso-
  2741.            ciates, Inc., 1992. ¡ (ISBN 0-937175-93-5)
  2742. [Per94]    PERLMAN, G.: Unix For Software Developers. Prentice-Hall, 1994. ¡ (ISBN 13-
  2743.            932997-8)
  2744. [Pug94]    PUGH, K.: UNIX For The MS-DOS User. Prentice-Hall, 1994. ¡ (ISBN 13-146077-
  2745.            3)
  2746. [SB92]     SCHOONOVER, M. ; BOWIE, J.: GNU Emacs. Addison Wesley GmbH, 1992. ¡
  2747.            (ISBN 0-201-56345-2)
  2748. [Sch98]    SCHEIDERER, J¿urgen: Sicherheit Kostenlos - Firewall mit Linux. In: iX 12 (1998)
  2749. [Sto98]    STOLL, Clifford: Kuckucksei; Die Jagd auf die deutschen Hacker, die das Pentagon
  2750.            knackten. Fischer-TB.-Vlg., 1998. ¡ (ISBN 3596139848)
  2751. [The96]    THE XFREE86TM-TEAM: XF86Config(4/5) - Configuration File for Xfree86TM,
  2752.            1996. ¡ Manual-Page zu XFree86TM
  2753. [TSP93]    TODINO, Grace ; STRANG, John ; PEEK, Jerry: Learning the UNIX operating
  2754.            system. O'Reilly & Associates, Inc., 1993. ¡ (ISBN 1-56592-060-0)
  2755. [Wel94]    WELSH, Matt: Linux Installation and Getting Started. 2. S.u.S.E. GmbH, 1994. ¡
  2756.            (ISBN 3-930419-03-3)
  2757. [WK95]     WELSH, Matt ; KAUFMAN, Lars: Running Linux. O'Reilly & Associates, Inc.,
  2758.            1995. ¡ (ISBN 1-56592-100-3)
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773. 502
  2774.  
  2775.  
  2776.  
  2777.                                                                                                                              Index
  2778.  
  2779. Symbols                                                    features . . . . . . . . . . . . . . 373     adding
  2780. -probeonly . . . . . . . . . . . . . . 224            XFree86 . . . . . . . . . . . . . . . . 2, 3         users . . . . . . . . . . . . . . . . . 423
  2781. .susefaxrc                                            X Window System . . . . . . . . . 2               adding mouse . . . . see YaST2,
  2782.    SuSEFax . . . . . . . . . . . . . 181              YaST . . . . . . . . . . . . . . . . . 3, 39            adding mouse
  2783. .susephone                                            YaST                                              administration
  2784.    SuSEFax . . . . . . . . . . . . . 181                   during installation . . . . . . 29              user . . . . . . . . . . . . . . . . . . . 99
  2785. .tar . . . . . . . . . . . . . . . . . . . . . 432    1024 cylinders                                       YaST . . . . . . . . . . . . . . . . . 89
  2786. .tar.gz . . . . . . . . . . . . . . . . . . 432            LILO problems . . . . . . . 122              ADSL . . . . . . . . . . . . . . . . . . 162
  2787. .tgz . . . . . . . . . . . . . . . . . . . . 432      1TR6 . . . . . . . . . . . . . . . . . . 153      Advanced Power Management
  2788. /etc/conf.modules 315                                 3COM 3c501 . . . . . . . . . . . 337                    see APM
  2789. /etc/fstab . . . . . . . . . . . 82                   3COM 3c503 . . . . . . . 331, 337                 AdvanSys . . . . . . . . . . . . . . 326
  2790. /etc/inittab . . . . . . . 391                        3COM 3c505 . . . . . . . . . . . 337              afterstep . . . . . . . . . . . 231, 246
  2791. /etc/modules.conf 315                                 3COM 3c507 . . . . . . . . . . . 337              afterstep . . . . . . . 233, 246
  2792. /etc/ppp/ppp-down . . 170, 171                        3COM 3c509 . . . . . . . . . . . 337              AfterStep . 229, 233, 242, 246
  2793. /etc/printcap . . . . . . . . . . . . 295             3COM 3c515 . . . . . . . . . . . 337              aic7xxx . . . . . . . . . . . . . . . . 326
  2794. /etc/rc.config . . . . . . . . . . . . 396            3COM 3c579 . . . . . . . . . . . 337              AIRCOP . . . . . . . . . . . . . . . 106
  2795. /etc/rc.config . . . . 101                            3COM 3c590 . . . . . . . . . . . 337              Alias . . . . . . . . . . . . . . . . . . . 449
  2796. /etc/rc.config . . . . 396                            3COM 3c900 . . . . . . . . . . . 337              alien . . . . . . . . . . . . . . . . . 371
  2797. /etc/securetty . . . . 359                            3Com . . . . . . . . . . . . . . . . . . 322      Alien . . . . . . . . . . . . . . . . . . 371
  2798. /etc/security/undo harden suse.pl                     3dpixm . . . . . . . . . . . . . . . 249          allman . . . . . . . . . . . . . . . 360
  2799.        416                                            3dpixms . . . . . . . . . . . . . . 249           allowed . . . . . . . . . . . . . . 302
  2800. /sbin/SuSEconfig . x, 395, 396                                                                          AM53/79C974 . . . . . . . . . . 326
  2801. /sbin/init . . . . . . . . . . . . . . . 391          A                                                 AMD 53/79C974 . . . . . . . . 326
  2802. /sbin/init.d/rc . . . . . . . . . . . 393             a2ps . . . . . . . . . . . . . . . . . . . 297    AMD Athlon / Intel Pentium
  2803. /sbin/init.d/rpc . . . . . . . . . . 146              aaa base . . . . . . . . . . . . . 364                  III . . . . . . . . . . . . . . . . . 317
  2804. /usr/sbin/harden suse . . . . 416                     Account . . . . . . . . . . . . . . . . 449       AmigaOS . . . . . . . . . . . . . . 457
  2805. /var/lib/apsfilter/SETUP . 298                        acknowledgments . . . . . . . . . 7               Andrew Tridgell . . . . . . . . 197
  2806. Applixware . . . . . . . . . . . . 404                Acronym . . . . . . . . . . . . . . . 449         apache . . . . . . . . . . . . . . . . . 384
  2807. Applixware . . . . . 59, 60, 359                      Adabas . . . . . . . . . . . . . . . . . 404      apache . . . . . . 365, 383, 413
  2808. reboot . . . . . . . . . . . . . . . 404              Adabas D . . . . . . . . . . . . 4, 497           Apache . . . . . . . . . . . . . . . . . 373
  2809. shutdown . . . . . . . . . . . . . 404                Adaptec                                           APM . . . see PCMCIA, APM,
  2810. LILO . . . . . . . . . . . . . . . . . . . 93              AHA-152x/151x/1505 325,                            285
  2811. /opt . . . . . . . . . . . . . . . . . . . 59                 336                                          select kernel . . . . . . . . . . . 34
  2812. /etc/host.conf . . . . 399                                 AHA-154x . . . . . . . . . . . 325           apmd . . . . . . . . . . . . . . 282, 286
  2813. /etc/hosts . . . . . . . . . . 398                         AHA-274x . . . . . . . . . . . 326           apmd . . . . . . . . . . . . . . 286, 287
  2814. /etc/resolv.conf . . 399                                   AHA-284x . . . . . . . . . . . 326           Apple Macintosh System 7 . . .
  2815. RPM (rpm) . . . . . . . . . . . . 458                      AHA-294x . . . . . . . . . . . 326                 454
  2816. kdm . . . . . . . . . . . . . . . . . . . 404         Adaptec 2920 . . . . . . 327, 336                 applications
  2817. xdm . . . . . . . . . . . . . . . . . . . 404         Adaptive Answer Support                              configuration files . . . . . 250
  2818. SuSE Linux                                                 HylaFAX . . . . . . . . . . . . . 194        Applix . . . . . . . . . . . . . . . . . . . 1
  2819.  
  2820.                                                                                                                                                  503
  2821.  
  2822.  
  2823.  
  2824. Index
  2825.  
  2826. aps . . . . . . 292, 297, 298, 309                        sector . . . . . . . . . . . . . . . . 103      CD damaged . . . . . . . . . . . . . 53
  2827. apsfilter . . . . . viii, 90, 91, 292,               boot disk . . . . . . . 25, 104, 107                 CD live system . . . . . . . . . . . 96
  2828.         296¡303, 309, 310                                 create . . . . . . . . . . . . . . . . 116      CD-ROM
  2829.      checklist . . . . . . . . . . . . . 309              create using setup . . . . . . 50                  ATAPI . . . . . . . . . . . . . . . 328
  2830.      configuration . . . . . 298, 301                     creating with dd . . . . . . . . 51                Aztech . . . . . . . . . . 333, 342
  2831.      network printer . . . . . . . 302                    creating with rawrite . . . . 51                   EIDE . . . . . . . . . . . . . . . . 328
  2832.      printer queues . . . . . . . . . 297                 creating with setup . . . . . 51                   Goldstar . . . . . . . . . 333, 342
  2833. apsfilterrc . . . . . . . . . . . . . . 301          boot sector . . . . . . . . . . . . . 104               Mitsumi . . . . . . . . . 333, 342
  2834. Arcad . . . . . . . . . . . . . . . . . . . 60       boot.local . . . . . . . . . . . . . . 394              Mitsumi FX-001(D) . . 333,
  2835. archiving data . . . . . . . . . . . 432             boot.sys . . . . . . . . . . . . . . . . 105               342
  2836. arena . . . . . . . . . . . . . . . . 5, 403         booting . . . . . . . 391, 424, 471                     Mitsumi Multisession . 333,
  2837. Argus . . . . . . . . . . . . . . . . . . 404             base-Linux . . . . . . . . . . . . 45                 342
  2838. Arkeia . . . . . . . . . . . . . . . . . 404              bootmanager . . . . . . . . . . 105                Mozart . . . . . . . . . . 333, 343
  2839. AT1700 . . . . . . . . . . . . . . . . 338                concepts . . . . . . . . . . . . . . 104           Optics Storage . . . 334, 343
  2840. ATAPI . . . . . . . . . . . . . . . . . 449               from CD2 . . . . . . . . . . . . . 50              Panasonic . . . . . . . . 334, 344
  2841. ATAPI CD-ROM hangs . . . 53                               from disk . . . . . . . . . . . . . . 50           Philips CM206 . . . 334, 343
  2842. atd . . . . . . . . . . . . . . . . . . . . . 402         initial ramdisk . . . . . . . . 373                Sanyo . . . . . . . . . . . 334, 343
  2843. authentication . . . . . . . . . . . 362                  methods . . . . . . . . . . . . . . . 39           Sony CDU31A . . . 334, 343
  2844. autoexec.bat . . . . . . . . . . . . 125                  root partition . . . . . . . . . . 324             Sony CDU33A . . . 334, 343
  2845. autofs . . . . . . . . . . . . . . . . . . 401            starting via loadlin . . . . 125                   Sony CDU535 . . . . 334, 344
  2846. autofs . . . . . . . . . . . . . . . 401             Booting . . . . . . . . . . . . . . . . 450             SoundBlaster Pro 16 . . . 344
  2847. automounter . . . . . . . . . . . . 401              bootmanager                                          CD-ROM drive
  2848. AVM Fritz                                                 boot.sys . . . . . . . . . . . . . . 105           hangs . . . . . . . . . . . . . . . . . 56
  2849.      XPCDr. . . . . . . . . . . . . . . 167               LILO . . . . . . . . . . . . . . . . 105           installation . . . . . . . . . . . . . 89
  2850. AVM-B1 . . . . . . . . . . . . . . . 153                  OS/2 . . . . . . . . . . . . . . . . . 105         parallel port . see hardware,
  2851. awk . . . . . . . . . . . . . . . . . . . . . . 2         Windows NT . . . . . . . . . 105                      parallel port
  2852. Aztech CD-ROM . . . . . . . . 342                    bootmenu . . . . . . . . . . . . . . 125             CD-ROM Drive . . . . . . . . . 450
  2853.                                                      bowman . . . . . . . . . . . 231, 246                CD-ROM drives
  2854. B                                                    Bowman . . . . . . 229, 242, 246                        support by Linux . . . . . . . 52
  2855. background picture . . . . . . 242                   BSD . . . . . . . . . . . . . . . . . . . 440        CD-ROM drives hangs . . . . 54
  2856. Background process . . . . . 449                     bttv . . . . . . . . . . . . . . . . . . 275         CD-ROM-Laufwerk
  2857. backup . . . . . . . . . . . . . . . . . 102         Buffer . . . . . . . . . . . . . . . . . . 450          am Parallelport . . . . . . . . . 52
  2858. Backup . . . . . . . . . . . . . . . . . 449         bugs . . . . . . . . . . . . . . . . . . . 477       CD-ROM drive hangs . . . . . 53
  2859. Base Linux . . . . . . . . . . . . . 450             bus mouse . . . . . . . . . . . . . . 219            CD-ROM driver is missing 53
  2860. baseLinux                                            BusLogic . . . . . . . . . . . . . . . 327           cdb . . . . . . . . . . 211, 309, 359
  2861.      boot methods . . . . . . . . . . 45             Busmouse                                             cde . . . . . . . . . . . . . . . . . . . . 231
  2862. bash . 429, 441, 459, 468, 518                            Logitech . . . . . . . . . . . . . 333          CDE . . . . . . . . . . . . . . . . . . . 231
  2863. Bash . . . . . . . . . . . . . . . . . . . 358       buying a PC . . . . . . . . . . . . 381              cdesim . . . . . . . . . . . . . . . 246
  2864. basic commands . . . . . . . . 427                                                                        cdesim . . . . . . . . . . . . . . . 246
  2865. bin/faxrcvd . . . . . . . . . . . . . 196            C                                                    CDEsim . . . . . . . . . . . . . . . . 246
  2866. bind . . . . . . . . . . . . . . . 138, 422          C . . . . . . . . . . . . . . . . . . . . . . 313    CERT . . . . . . . . . . . . . . . . . . 415
  2867. bind . . . . . . . . . . . . . . . . . . 176         cable modems . . . . . . . . . . 161                 change hostname . . . . . . . . . 95
  2868. binutils . . . . . . . . . . . . . 313               Cabletron E21xx . . . . . . . . 338                  change job parameters
  2869. BIOS . . . . . . . . . . . . . . . . . . 450         Cabletron E21XX . . . . . . . 331                       SuSEFax . . . . . . . . . . . . . 185
  2870. bitmap . . . . . . . . . . . . . . . . . 244         CardBus . . . . . . see hardware,                    changes . . . . . . . . . . . . . . 366
  2871. books . . . . . . . . . . . . . . . . . . . 7                CardBus                                      chat . . 149, 150, 169, 170, 172
  2872. boot . . . . . . . . . . . . . . . . . . . 103       cardctl . . . . . . . . . . . . . . . . . 285        check . . . . . . . . . . . . . . . . . . 471
  2873.      additional systems . . . . . 105                Cardmanager . . 278, 283, 284                        chmod . . . . . . . . . . . . . . . . . 434
  2874.      booting DOS . . . . . . . . . 104               cardmgr . . . . . . . . . . . . . . . . 278          Chris Mason . . . . . . . . . . . . . 80
  2875.      concepts . . . . . . . . . . . . . . 104        cardmgr . . . . . . . . . . . . . . 278              chroot environment . . . . . . . 82
  2876.      disk . . . . . . . . . . . . . . . . . . 104    cat . . . . . . . . . . . . . . . . . . . . . 430    clock chip . . . . . . . . . . . . . . 221
  2877.      loader . . . . . . . . . . . . . . . . 103      cd . . . . . . . . . . . . . . . . . . . . . 434     CMOS setup . . . . . . . . . . . . 103
  2878.      manager . . . . . . . . . . . . . . 103         CD . . . . . . . . . . . . . . . . . . . . 477       Coherent . . . . . . . . . . . . . . . 440
  2879.  
  2880. 504
  2881.  
  2882.  
  2883.  
  2884.                                                                                                                                                Index
  2885.  
  2886. color depth . . . . . . . . . . . . . 227            creating                                            device section . . . . . . . . . . . 225
  2887. colors . . . . . . . . . . . . . . . . . . 243            directory . . . . . . . . . . . . . 427        devices
  2888. colortbl . . . . . . . . . . . . . 361               cron . . . . . . . . . . 389, 405, 415                 floppy drive . . . . . . . . . . . 465
  2889. Computer . . . . . . . . . . . . . . . . 56          cron . . . . . . . . . . . . . . . . x, 389            IDE hard drive . . . . . . . . 465
  2890. command . . . . . . . . . . . . . . . 425            Cron . . . . . . . . . . . . . . . . . . . 364         SCSI hard drive . . . . . . . 465
  2891.    df . . . . . . . . . . . . . . . . . . . 436      cron daemon . . . . . . . . . . . . 404             df . . . . . . . . . . . . . . . . . . . . . 436
  2892.    du . . . . . . . . . . . . . . . . . . . 437      cron.daily . . . . . . . . . . . . . . 405          dhclient . . . . . . . . . . . . . . . . 175
  2893.    free . . . . . . . . . . . . . . . . 436          crontab . . . . . . . . . . . . . . . . . 177       dhclient . . . . . . . . . 96, 365
  2894.    kill . . . . . . . . . . . . . . . . 437               daily . . . . . . . . . . . . . . . . . 364    DHCP . . . . . . . . . . . . . 161, 402
  2895.    ps . . . . . . . . . . . . . . . . . . . 438      ctwm . . . . . . . . . 231, 246, 469                   client configuration . . . . . 96
  2896.    pstree . . . . . . . . . . . . . 438              Ctwm . . . . . . . . . . . . . 229, 246             dhcpd . . . . . . . . . . . . . . . . . 365
  2897.    top . . . . . . . . . . . . . . . . . 438         curses . . . . . . . . . . . . . . . . . . 503      diald . . . . . . . . . . . . . . 175, 401
  2898.    ulimit . . . . . . . . . . . . . 436              curses . . . . . . . . . . . . . . . . . . 389      Digital . . . . . . . . . . . . . . . . . 338
  2899.    w . . . . . . . . . . . . . . . . . . . . 437     curses . . . . . . . . . . . . . x, 389             Digital DEPCA . . . . . . . . . 338
  2900. Command line . . . . . . . . . . 450                 cursor . . . . . . . . . . . . . . . . . . 244      Digital Research . . . . . . . . 454
  2901. command not found . . . . . 406                      Cursor . . . . . . . . . . . . . . . . . 451        directories
  2902. commands . . . . see commands                        cut-and-paste . . . . . . . . . . . 478                important . . . . . . . . . . . . . 464
  2903.    basic . . . . . . . . . . . . . . . . . 427       Cyberscheduler Software . . 60                      Directories . . . . . . . . . . . . . 451
  2904. Compaq . . . . . . . . . . . . . . . . . . 1         Cygnus Source-Navigator . 60                        directory
  2905. compiling . . . . . . . . . . . . . . 476            Cyrix see processor, Cyrix 686                         change . . . . . . . . . . . . . . . 427
  2906. conf.modules . . . . . . . . . . . . see                                                                    creating . . . . . . . . . . . . . . 427
  2907.        modules.conf                                  D                                                      remove . . . . . . . . . . . . . . . 427
  2908. conf.modules . . . . . . . 315                       D-Link DE620 . . . . . . . . . . 342                directory tree . . . . . . . . . . . 463
  2909. config.sys . . . . . . . . . . . . . . 125           daemon                                              Dirk Hohndel . . . . . . . . . . . 207
  2910. configuration . . . . . . . . . . . . . 83                named . . . . . . . . . . . . . . . 401        disk drives . . . . . . . . . . . . . . 332
  2911.    changing . . . . . . . . . . 84, 395                   nntpd . . . . . . . . . . . . . . . . 402      DISPLAY . . . . . . . . . 458, 460
  2912.    e-mail . . . . . . . . . . . . . . . . 176             nscd . . . . . . . . . . . . . . . . . 401     DNS . . . . . . . . . . . . . . 176, 400
  2913.    installation . . . . . . . . . . . . . 34              printing . . . . . . . . . . . . . . 402          timeout . . . . . . . . . . . . . . . 364
  2914.    LILO . . . . . . . . . . . . . . . . 108               routed . . . . . . . . . . . . . . . . 401     DNS domain . . . . . . . . . . . . 144
  2915.    loading . . . . . . . . . . . . . . . . 83             rwhod . . . . . . . . . . . . . . . . 401      doc . . . . . . . . . . . . . . . . . . . 423
  2916.    net time . . . . . . . . . . . . . . 403          Daemon . . . . . . . . . . . . . . . . 451          docbkdsl . . . . . . . . . . . . . 361
  2917.    network . . . . . . . . . . . . . . 136           data backup . . . . . . . . . . . . . 432           DocBook . . . . . . . . . . . . . . . 361
  2918.    saving . . . . . . . . . . . . . . . . . 84       database                                            dochost . . . . . . . . . . . . . . . . . . 60
  2919.    X11 . . . . . . . . . . . . . 208, 218                 PostgreSQL . . . . . . . . . . 360             dochost . . . . . . . . . 383, 384
  2920. configuration file . . . . . . . . 396               DB2 . . . . . . . . . . . . . . . . . . . 404       documentation . . . . . . . . 5, 382
  2921. configuration files . . . . . . . 137                DCF77 . . . . . . . . . . . . . . . . . 403            documentation server . . 402
  2922. configure XFree . . . . . . . . . 101                de-fragmenting . . . . . . . . . . 478                 read . . . . . . . . . . . . . . . . . . . . 7
  2923. configuring system security . .                      DE203 . . . . . . . . . . . . . . . . . 339         docview
  2924.        101                                           DE204 . . . . . . . . . . . . . . . . . 339            SuSEFax . . . . . . . . . . . . . 186
  2925. connecting a modem . . . . . 162                     DE205 . . . . . . . . . . . . . . . . . 339         domain . . . . . . . . . . . . . . . . . 141
  2926. console . . . . . . . . . . . . . . . . . 404        DEC . . . . . . . . . . . . . . . . . . . 207       domain name . . . . . . . . . . . 134
  2927.    virtual . . . . . . . . . . . . . . . . 450       defrag . . . . . . . . . . . . . . . 49, 50         DOS
  2928. Console . . . . . . . . . . . . . . . . 450          Denial of Service . . . . . . . . 414                  assigning Linux partitions . .
  2929. consoles                                             depmod . . . . . . . . . . . . . . . . 314                49
  2930.    virtual . . . . . . . . . . . . . . . . 426       desktop                                                bootmenu . . . . . . . . . . . . 125
  2931. core files . . . . . . . . . . . . . . . 436              background . . . . . . . . . . . 242              creating Linux partitions 49
  2932. Corel . . . . . . . . . . . . . . . . . . . . . 1         colors . . . . . . . . . . . . . . . . 243     DOS commands . . see mtools
  2933. cp . . . . . . . . . . . . . . . . . . . . . 431          configuration . . . . . . . . . 250            DOS disks
  2934. CPU . . . . . . . . . . . . . . . . . . . 451             cursor . . . . . . . . . . . . . . . . 244        access in Linux . . . . . . . 441
  2935. crash . . . . . . . . . . . . . . . . . . . 471           fonts . . . . . . . . . . . . . . . . . 243    DOS mode . . . . . . . . . . . . . . see
  2936. crash course . . . . . . . . . . . . 423                  icons . . . . . . . . . . . . . . . . . 243          Windows 95/98
  2937. CRC                                                  device . . . . . . . . . . . . . . . . . . 225      DOS setup . . . . . . . . . . . . . . . 45
  2938.    error . . . . . . . . . . . . . . . . . . 56      Device . . . . . . . . . . . . . . . . . 451        drive label has changed . . . 56
  2939.  
  2940.                                                                                                                                                    505
  2941.  
  2942.  
  2943.  
  2944. Index
  2945.  
  2946. Drivespace . . . . . . . . . . . . . . . 55            FAT32 . . . . . . . . . . . . . . . . . . . 49        Filesystem . . . . . . . . . . . . . . 453
  2947. DSS1 . . . . . . . . . . . . . . . . . . 153           Fax                                                   filesystems
  2948. du . . . . . . . . . . . . . . . . . . . . . 437          Hylafax . . . . . . . . . . . . . . 403               assign . . . . . . . . . . . . . . . . . 66
  2949. Duesentrieb . . . . . . . . . . . . . . . 4            fax cover                                             filter
  2950. dummy device . . . . . . . . . . 399                      SuSEFax . . . . . . . . . . . . . 186                 apsfilter . . . . . . . . . . . . . . 297
  2951. dump . . . . . . . . . . . . . . . . . . . 67          fax server                                               apsfilter-configuration . 298
  2952. dumpe2fs . . . . . . . . . . . . . . . 388                HylaFAX . . . . . . . . . . . . . 190                 printer filter . . . . . . 295, 296
  2953. dvips . . . . . . . . . . . . . . . . . . . 297        fax cover                                             find . . . . . . . . . . . . . . . 387, 431
  2954. DyDe . . . . . . . . . . . . . . . . . . 234              SuSEFax . . . . . . . . . . . . . 188              finger . . . . . . . . . . . . . . . . . . 468
  2955. dynamic IP addresses . . . . 399                       fax send at                                           fips . . . 24, 31, 47¡49, 56, 479
  2956.                                                           SuSEFax . . . . . . . . . . . . . 186              fips.exe . . . . . . . . . . . . . . . . . . 49
  2957. E                                                      fax2ps . . . . . . . . . . . . . . . . . 185          firewall . . . . . . . . . . . . 173, 478
  2958. e-mail . . . . . . . . . . . . . 149, 176              faxcover . . . . . . . . . . . . . . . . 189             Application Level firewalls .
  2959.      configuration . . . . . . . . . 176               faxcover . . . . . . . . . . . . . 189                      420
  2960. E-mail . . . . . . . . . . . . . . . . . 452           FaxCovergen.class . . . . . . 189                        packet filter firewall . . . 418
  2961. e2fsck . . . . . . . . 385, 387, 388                   FaxCovergen.class                                     firewall . . . . . . . . 416, 418
  2962.      manpage . . . . . . . . . . . . . 471                SuSEFax . . . . . . . . . . . . . 189              Firewall . . . . . . . . . . . . . . . . 418
  2963. 2fsck . . . . . . . . . . . . . . . . . 471            faxgetty . . . . . . . 191, 194, 195                  firewals . . . . . . . . . . . . . 173
  2964. Eagle . . . . . . . . . . . . . . . . . . . 60         faxmodem . . . . . . . . . . . . . . 191              first-time installation . . . . . . 24
  2965. Eberhard Moenkeberg . . . . . 7                        faxprint . . . . . . . . . . . . . 189                   creating a user . . . . . . . . . 21
  2966. Editor . . . . . . . . . . . . . . . . . . 452         faxq . . . . . . . . . . . . . . . . . . . 191           getting ready . . . . . . . . . . . 13
  2967. Editors                                                faxsetup . . . . . . . . . . . . . . . . 403             installing packages . . . . . 32
  2968.      vi . . . . . . . . . . . . . . . . . . . . 445    fdformat . . . . . . . . . . . . . . . . 442             installing software . . . . . . 32
  2969. editres . . . . . . . . . . . . . . . . . 251          fdisk . . . . 48, 49, 65, 107, 114,                      network configuration . . 36
  2970. EIDE chipsets . . . . . . . . . . 329                         115, 119, 120, 385, 387,                          requirements . . . . . . . . . . . 24
  2971. ELF . . . . . . . . . . . . . . . . . . . 452                 388                                               selecting software . . . . . . 18
  2972. emacs . . . . . . . . . . . . . . . . . . . 61         FEATURE . . . . . . . . . . . . . . 298                  setting up the boot manager
  2973. emacs . . . . . . . . . . . . 4, 5, 452                fetchnews . . . . . . . . . . . . . . 180                   19
  2974. Emacs . . . . . . . . 2, 5, 180, 360                   fhs . . . . . . . . . . . . . . . 363, 373               starting point . . . . . . . . . . . 24
  2975. emergency system . . . . . . . 385                     FIFO file . . . . . . . . . . . . . . . 191              welcome screen . . . . . . . . 14
  2976. emm386.exe . . . . . . 40, 44, 45                      file . . . . . . . . . . . . . . . . . . . . . 297       with YaST2 . . . . . . . . . . . . 13
  2977. emu10k1 . . . . . . . . . . . . . . 265                   link . . . . . . . . . . . . . . . . . . 432          YaST2 . . . . . . . . . . . . . . . . 15
  2978. Encryption . . . . . . . . . . . . . 452               File . . . . . . . . . . . . . . . . . . . . 453      First-time installation
  2979. Enlightenment . . . . . . . . . . 231                  file attributes . . . 428, 430, 433                      fixing the root password . 36
  2980. entry editor                                           file permissions . . . . . . . . . 405                floppy . . . . . . . . . . . . . . . . . . 332
  2981.      SuSEFax . . . . . . . . . . . . . 187             file system                                           floppy disk drives . . . . . . . . see
  2982. Environment . . . . . . . . . . . . 452                   FHS . . . . . . . . . . . . . . . . . 373                hardware, floppy disk
  2983. Environment variable . . . . 452                          TeX . . . . . . . . . . . . . . . . . . 373              drives
  2984. Ethernet . . . . . . . . . . . . . . . . 453           File Transfer Protocol . . . . 190                    Florian La Roche . . . . . . . . . . 7
  2985. EtherTeam 16i/32 . . . . . . . 340                     files . . . . . . . . . . . 225, 428, 430             Focus . . . . . . . . . . . . . . . . . . 453
  2986. Eumex 322 PCi . . . . . . . . . 167                       commands . . . . . . . . . . . . 428               fonts . . . . . . . . . . . . . . . . . . . 243
  2987. Eumex 404 PC . . . . . . . . . . 167                      copy . . . . . . . . . . . . . . . . . 431         form fax
  2988. ex . . . . . . . . . . . . . . . . . 445, 446             delete . . . . . . . . . . . . . . . . 431            SuSEFax . . . . . . . . . . . . . 188
  2989. explanation of commands 434                               devices . . . . . . . . . . . . . . . 465          create form fax list
  2990. exporting . . . . . . . . . . . . . . . 146               grepping . . . . . . . . . . . . . 431                SuSEFax . . . . . . . . . . . . . 188
  2991. EXT2 . . . . . . . . . . . . . . . . . . 453              hidden . . . . . . . . . . . 430, 468              formatting
  2992. extended partitions . . . . . . . 79                      rename . . . . . . . . . . . . . . . 431              partition . . . . . see partition,
  2993. external viewer                                           searching . . . . . . . . . 87, 431                      formatting
  2994.      SuSEFax . . . . . . . . . . . . . 185             files not movable . . . . . . . . . 52                formatting floppy disk . . . . 51
  2995.                                                        files section . . . . . . . . . . . . . 225           Fortify . . . . . . . . . . . . . . 60, 364
  2996. F                                                      filesystem                                            free . . . . . . . . . . . . . . . . . . 436
  2997. FAQ . . . . . . . . . . . . . . . . . . . 475             ReiserFS . . . . . . . . . . . . . . 80            Free Software Foundation
  2998. FAQs . . . . . . . . . . . see manuals                    vfat . . . . . . . . . . . . . . . . . . . 81            (FSF) . . . . . . . . . . . . . . 453
  2999.  
  3000. 506
  3001.  
  3002.  
  3003.  
  3004.                                                                                                                                                  Index
  3005.  
  3006. Freecom . . . . . . . . . . . . . . . . . 54           fvwm95 . . 231, 240, 246, 249                        gv . . . . . . . . . . . . 186, 423, 505
  3007. Frequently Asked Questions . .                         Fvwm95 . 229, 240, 242, 244,                         gv . . . . . . . . . . . . . . . . . . . . . 186
  3008.        475                                                    246                                           gv . . . . . . . . . . . . . . . . . . . 7, 186
  3009. fsck . . . . . . . . . . . . . . . . . . . . . 67      fvwm95man . . . . . . . . . . . . 240                gzip . . . . . . . . . . . . . . . . . 42, 63
  3010. ftape . . . . . . . . . . . . . . . . . . . 274        FvwmBanner . . . . . . . . . . . 242                 gzip . . . . . . . . . . . . . . . . . . 433
  3011. ftp . . . . . . . . . . . . . . . . . . 95, 468        FvwmButtons . . . . . . . . . . . 240
  3012. FTP . . . . . . . . . . . . . . . . . . . . 453        FvwmConfig . . . . . . . . . . . . 241               H
  3013.    anonymous FTP . . . . . . . 365                     FvwmIdent . . . . . . . . . . . . . 244              halt . . . . . . . . . . . . . . . . . . . . 394
  3014.    client . . . . . . . . . . . . . . . . 453          fvwmman . . . . . . . . . . . . . . 240              Hans Reiser . . . . . . . . . . . . . . 80
  3015.    server . . . . . . . . . . . . . . . . 453          fvwms . . . . . . . . . . . . . . . . . 242          Harald Koenig . . . . . . . . . . . . 7
  3016. FTP server                                             Fvwms . . . . . . . . . . . . . . . . . 245          hard drive
  3017.    setting up . . . . . . . . . . . . . 373            FvwmSaveDesk . . . . . . . . . 241                        parameters . . . . . . . . . . . 329
  3018. ftpdir . . . . . . . . . . . . . . . 373                                                                    hard drives
  3019. Fujitsu FMV-181/182/183/184                            G                                                         additional . . . . . . . . . . . . 479
  3020.        339                                             gateway . . . . . . . . . . . 135, 142               hardsuse . . . . . . . . . . . . . 416
  3021. full text search . . . . . . . . . . 384               gateway address . . . . 135, 136                     hardware
  3022. fun . . . . . . . . . . . . . . . . . . . . . . . 9    gcc . . . . . . . . . . . . . . . . . . . 313             AGP . . . . . . . . . . . . . . . . . 255
  3023. function                                               GDI printer . . . . . . . . . . . . . 309                 CardBus . . . . . . . . . . . . . . 277
  3024.    HylaFAX . . . . . . . . . . . . . 190               GEM . . . . . . . . . . . . . . . . . . 454               cards . . . . . . . . . . . . . . . . . 255
  3025. function keys                                          getty . . . . . . . . . . . . . . . . . . . 194           external modems . . . . . . 270
  3026.    do not work . . . . . . . . . . . . 71              Ghostscript . . 90, 91, 297, 303                          floppy disk drives . . . . . 269
  3027. Future Domain . 327, 328, 336                          ghostview . . . . . . . . . . . . . . 244                 integrating . . . . . . . . . . . . 255
  3028. FvmSave . . . . . . . . . . . . . . . 241              Ghostview . . . . . . . . . . . 423                       internal modems . . . . . . 271
  3029. fvwm 216, 231, 239¡242, 246,                           GhostView . . . . . . . . . 186, 505                      IrDA . . . . . . . . . . . . see IrDA
  3030.        469, 505                                        GhostView . . . . . . . . . . . . . 186                   ISA . . . . . . . . . . . . . . . . . . 255
  3031.    fvwm . . . . . . . . . . . . . . . . 239            glibc . . . . . . . . . . 361, 362, 385                   ISA PnP . . . . . . see ISA PnP
  3032.    cursor . . . . . . . . . . . . . . . . 244          glibndev . . . . . . . . . . . . . 362                    laptop . . . . . . . see notebook
  3033.  setting . . . . . . . . . . . . . . . . 244           glimpse . . . . . . . . . . . . . . 363                   LS120 drives . . . . . . . . . 269
  3034.    icons . . . . . . . . . . . . . . . . . 243         gnlibsd . . . . . . . . . . . . . . 362                   modems . . . . . . . . . . . . . . 270
  3035.  setting . . . . . . . . . . . . . . . . 243           GNOME . . . . . . . . . 1, 60, 231                        notebook . . . . see notebook
  3036. fvwm . . . . . . . . . . . . . . . . . . 239                compiling . . . . . . . . . . . . 362                parallel port . . . . . . . . . . 267
  3037. Fvwm 229, 231, 242, 245, 246                           GNU . . . . . . . . . . . . 2, 389, 453                   PC cards . . . . . . . . . . . . . 277
  3038.    background picture                                  GNU C/C++ compiler . . . . . 2                            PCI . . . . . . . . . . . . . . . . . . 255
  3039.  setting . . . . . . . . . . . . . . . . 242           GNU Emacs . . . . . . . . . . 4, 452                      Plug-and-Play . . . . . . . . 394
  3040.    colors . . . . . . . . . . . . . . . . 243          GNU zip . . . . . . . . . . . . . . . 433                 plugnplay . . . . . . . . . . . . 256
  3041.  setting . . . . . . . . . . . . . . . . 243           gnuhtml . . . . . . . . . . . . . . 363                   problems . . . . . . . . . . . . . . 56
  3042.    fonts . . . . . . . . . . . . . . . . . 243         Goldstar CD-ROM . . 333, 342                              scanners . . . . . . . . . . . . . . 272
  3043.  setting . . . . . . . . . . . . . . . . 243           GPL . . . . . . . . . . . . . . . 423, 483                streamers . . . . see hardware,
  3044.    start . . . . . . . . . . . . . . . . . . 242       gpm . . . . . . . 38, 209, 398, 478                          tape drives
  3045. fvwm1 . . . . . . . . . . . . . . . . . 239            GPM . . . . . . . . . . . . . . . . . . . 398             tape drives . . . . . . . . . . . . 273
  3046. fvwm1 . . . . . . . . . . . . . . . . . 239            Graphical User Interface . 453                            USB . . . . . . . . . . . . . see USB
  3047. fvwm2 . . . . vii, 229, 231, 232,                      grep . . . . . . . . . . . . . . . 387, 431               Winmodem . . . . . . . . . . . 271
  3048.        239¡242, 246¡249, 505,                          group                                                     ZIP drives . . . . . . . . . . . . 269
  3049.        516                                                  administration . . . . . . . . 100              Hauppauge WIN/TV . . . . 274
  3050.    fvwm2 . . . . . . . . . . . . . . . 239             groups . . . . . . . . . . . . . . . . . 145         hdparm . . . . . . . . . . . . . . . . . 287
  3051.    configuration files . . . . . 241                   gs . . . . . . 303, see Ghostscript                  help . . . . . . . . . . . . . 5, 402, 475
  3052.    general . . . . . . . . . . . . . . . 239           gs . . . . . . . . . . . . . . . . . . . . . . 90         books . . . . . . . . . . . . . . . . . . 7
  3053. fvwm2 . . . . . . . . . . . . . . . . . 239            GS RESOL . . . . . . . . . . . . . 309                    manual pages . . . . . . . . . . . 5
  3054. Fvwm2 . . 229, 239, 241, 242,                          gs x11 . . . . . . . . . . . . . . . . 186           help system . . . . . . . . . . . . . 382
  3055.        244¡246, 505                                    gsview . . . . . . . . . . . . . . . . . . 7         Hercules graphics card . . . . 91
  3056.    configure . . . . . . . . . . . . . 241             gtkndev . . . . . . . . . . . . . . 362              hfaxd . . . . . . . . . . . . . . . . . . 191
  3057.    settings . . . . . . . . . . . . . . . 241          GUI                                                  hibernation . . . . . . . . . . . . . 285
  3058. Fvwm2 . . . . . . . . . . . . . . . . 241                   graphical user interface 475                    hidden files . . . . . . . . . . . . . 430
  3059.  
  3060.                                                                                                                                                      507
  3061.  
  3062.  
  3063.  
  3064. Index
  3065.  
  3066. HiSax . . . . . . . . . . . . . 153, 155             index of all series and                                configure system
  3067. HOME . . . . 234, 237, 251, 302,                           packages . . . . . . . . . . . . 87                 components . . . . . . . . . . 23
  3068.         452, 454                                     inetcfg . . . . . . . . . 160, 169                     configure system start . . . 19
  3069. Home directory . . . . . . . . . 454                 inetd . . 36, 95, 136, 142, 179,                       configuring partitions . . . 64
  3070. horizontal frequency . . . . . 219                         191, 400, 417, 418, 421                          de-install packages . . . . 366
  3071. host.conf . . . . . . . . . . . . . . . 138          inf2htm . . . . . . . . . . . . . . 383                DOS partition . . . . . . . . . . 41
  3072.      alert . . . . . . . . . . . . . . . . . 138     info . . . . . . . . . . . . . . . . . . 5, 476        first time installation halts . .
  3073.      multi . . . . . . . . . . . . . . . . . 138     info . . . . . . . . . . . 5, 389, 506                    56
  3074.      nospoof . . . . . . . . . . . . . . 138         Info (info) . . . . . . . . . . . . 389                format hard drive . . . . . . . 66
  3075.      order . . . . . . . . . . . . . . . . . 138     Info . . . . . . . . . . . . . . . 389, 506            from a directory . . . . . . . . 76
  3076.      trim . . . . . . . . . . . . . . . . . . 139    Informix . . . . . . . . . . . . . 1, 497              from a hard drive partition .
  3077. hostname . . . . . . . . . . . . . . . 134           Infoviewer . . . . . . . . . . . . . . . . 5              74
  3078. HOSTNAME . . . . . . . . . . . 141                   Infra-red Data Association see                         from CD-ROM . . . . . . . . . 74
  3079. hosts . . . . . . . . . . . . . . 137, 138                 IrDA                                             FTP . . . . . . . . . . . . . . . . . . . 43
  3080. hotline . . . . . . . . . . . . . . . . . 494        infra-red support . . . see IrDA                       install packages . . . . . . . 366
  3081. howto . . . . . . . . . . . . . . . . . 288          init . . . . . x, 191, 387, 391¡394                    installing packages . . . . . 38
  3082. HowTo files . . . . . see manuals                       scripts . . . . . . . . . . . . . . . . 393         LILO . . . . . . . . . . . . . . . . 114
  3083. howtodeh . . . . . . . . . . . . . 383               initial installation                                   linuxrc . . . . . . . . . . . . . . . . 25
  3084. howtoenh . . . . . . . . . . . . . 383                  boot methods . . . . . . . . . . 45                 logging in . . . . . . . . . . . . . 38
  3085. HP 10/100 VG-AnyLAN . 340                               booting from CD2 . . . . . . 50                     logging in after installation .
  3086. HP PCLAN . . . . . . . . . . . . . 340                  copying packages . . . . . . 41                        23
  3087. HP PCLAN+ . . . . . . . . . . . 340                     creating a boot disk with                           login . . . . . . . . . . . . . . . . . . 38
  3088. ht://Dig . . . . . . . . . . . . . . . . 384               Unix . . . . . . . . . . . . . . . . 51          login: . . . . . . . . . . . . . . . . . 36
  3089. htdig . . . . . . . . . . . . . . . . . . . . 60        install loadlin . . . . . . . . . . 46              medium . . . . . . . . . . . . . . . 73
  3090. htdig . . . . . . . . . . . . 383, 384                  partitioning . . . . . . . . . . . . 47             mouse . . . . . . . . . . . . . . . . . 37
  3091. HTTP server                                             setup . . . . . . . . . . . . . . . . . . 45        net . . . . . . . . . . . . . . . . . . . . 43
  3092.      setting up . . . . . . . . . . . . . 373                                                               NFS . . . . . . . . . . . . . . . . . . 43
  3093. http-rman . . . . . . . . . . 383, 402                  via hard disk . . . . . . . . . . . 41              package . . . . . . . . . . . . . . . 86
  3094. httpd . . . . . . . . . . . . . . . . . . . 402         Windows 95/98                                       PCMCIA . . . . . . . . . . . . . 284
  3095. hylafax . . . . . . . . . . . . . . . . . 181         DOS mode . . . . . . . . . . . . . 44                 problem description . . . . 52
  3096. hylafax . . . . . . . . . 181, 189                   initial ramdisk . . . . . . . . . . 373                selecting a kernel . . . . . . . 33
  3097. HylaFAX . . vi, 180, 181, 186,                       initrd . . . . . . . . . . . . . . . . . . . 398       setting up X . . . . . . . . . . . 22
  3098.         190, 190, 191, 196                              SCSI driver . . . . . . . . . . . 315               size . . . . . . . . . . . . . . . . . . . 83
  3099. hyperref . . . . . . . . . . . . . 361               inittab . . . . . . . . . . . . . . . . . . 391        software selection . . . . . . 32
  3100. hypertext help . . . see susehelp                    inn . . . . . . . . . . . . . . . . . . . 178          starting YaST . . . . . . . . . . 29
  3101.                                                      INN . . . . . . . . . . . . . . . . . . . 402          starting via loadlin . . . . 125
  3102. I                                                    inode                                                  update . . . . . . . . . . . . . . . . . 17
  3103. i4l . . . . . . . . . . . 96, 153, 395                  density . . . . . . . . . . . . . 81, 96            via FTP . . . . . . . . . . . . . . . 76
  3104. i4ldoc . . . . . . . . . . . 153, 160                Inode . . . . . . . . . . . . . . . 81, 454            via NFS . . . . . . . . . . . . . . . 74
  3105. i82557/i82558 . . . . . . . . . . 339                insmod . . . . . . . . 314, 315, 321                   with YaST1, text-based . 24
  3106. IBM . . . . . . . . . . . . . . . . . . . . . 1         parameters . . . . . . . . . . . 321             Installation . . . . . . . . . . . . . . 13
  3107. IBM OS/2 . . . . . . . . . . . . . . 439             installation                                           selecting language . . . . . . 15
  3108. IBM Thinkpad . . . . . . . . . . 332                    assign filesystems . . . . . . 66                installation medium . . . . . . . 73
  3109. Icewm . . . . . . . . . . . . . . . . . 231             assign mount points . . . . 66                   Insure++ . . . . . . . . . . . . . . . . 60
  3110. ICL EtherTeam . . . . . . . . . 340                     base configuration . . . . . . 34                integrating keyboard . . . . . see
  3111. ICN . . . . . . . . . . . . . . . . . . . . 153         boot disk . . . . . . . . . . . . . . 50               YaST2, integrating
  3112. icons . . . . . . . . . . . . . . . . . . . 243         boot methods . . . . . . . . . . 39                    keyboard
  3113. identifier . . . . . . . . . . . . . . . 227            CD-ROM drive on parallel                         Intel EtherExpress 16 . . . . 339
  3114. ifconfig . . . . . . . . . . . . 387, 399                  port . . . . . . . . . . . . . . . . . 54     Intel EtherExpressPro . . . . 339
  3115. ifport . . . . . . . . . . . . . . . . . . 284          CD-ROM drives with their                         Intel EtherExpressPro 100 339
  3116. imlibdev . . . . . . . . . . . . . 362                     own controller . . . . . . . 55               Interface . . . . . . . . . . . . . . . 454
  3117. important keys . . . . . . . . . . 447                  choose hard drive . . . . . . . 17               Internet . . . . . . . . . . . . 454, 477
  3118. importing . . . . . . . . . . . . . . . 145             configuration selection . . 32                      configuring PPP . . . . . . . 163
  3119.  
  3120. 508
  3121.  
  3122.  
  3123.  
  3124.                                                                                                                                                 Index
  3125.  
  3126.      PPP as a normal user . . 164                    KDEDIR . . . . . . . . . . . . . . . 235              Lance . . . . . . . . . . . . . . . . . . 331
  3127. Internet Services Daemon                             kdehelp . . . . 23, 234, 235, 238                     LANG . . . . . . . . . . . . . . . . . . 397
  3128.      xinetd . . . . . . . . . . . . . . . . 400      kdisplay . . . . . . . . . . . 238, 240               language
  3129. Internet Super Server . . . . 417                    kdm . . . 23, 97, 234¡237, 239,                          settings . . . . . . . . . . . . . . . 397
  3130. invoke . . . . . . . . . . . . . . . . . 425                 360, 501                                      laptop . . . . . . . . . . . . . . . . . . 277
  3131. io controlled clocks . . . . . . 403                 KDM . . . . . . . . . . . . . 39, 97, 98              latex-cover . . . . . . . . . . . . . 507
  3132. IP address . . 76, 135, 136, 142                     kdms . . . . . . . . . . . . . . . . . . . 237        latex-cover . . . . . . . . . . . . . 189
  3133. IP Address . . . . . . . . . . . . . 454             kernel . . . . . . . . . . . . . 313, 476             latex-cover . . . . . . . . . 189
  3134. IP addresses                                              compiling . . . . . . . . . . . . 313            LC * . . . . . . . . . . . . . . . . . . . 397
  3135.      dynamic . . . . . . . . . . . . . . 399              configuration . . . . . . . . . 316              LDAP server . . . . . . . . . . . . 402
  3136. IP forwarding . . . . . . . . . . . 399                   modules . . . . . . . . . . . . . . 314          ldp . . . . . . . . . . . . . . . . . . . 383
  3137. ipchains . . . . . . . . . . . . . . . . 416              parameters . . . . . . . . . . . 321             leafnode . . 179, 180, 363, 364
  3138. IPv6 . . . . . . . . . . . . . . . . . . . 364            printer driver . . . . . . . . . . 351           leafnode . . . . . . . . . . . . . 179
  3139. IPX . . . . . . . . . . . . . . . . . . . . 198           sig11 . . . . . . . . . . . . . . . . . . 56     Leafnode . . . . . . . . . . . . vi, 179
  3140. IRC . . . . . . . . . . . . . . . . . . . . 400           sig7 . . . . . . . . . . . . . . . . . . . 56    less . . . . . . . . . 7, 387, 405, 430
  3141. irda . . . . . . . . . . . . . . . . . . 288         Kernel . . . . . . . . . . . . . . . . . 455          libc . . . . . . . . . . . . . . 313, 370
  3142. IrDA . . . . . . . . . . . . . . . . . . . 288            SMP-Kernel ausw¿ahlen . 34                       libc5 . . . . . . . . . . . . . . . . . . . 385
  3143.      Printer . . . . . . . . . . . . . . . 289       kernel daemon . 315, 394, 398                         libcinfo . . . . . . . . . . . . . 139
  3144. ISA cards . . . . . . . . . . . . . . 255            kernel modules                                        License . . . . . . . . . . . . . . . . 483
  3145. ISA PnP                                                   configuration file . . . . . . 363               lilo . . . . . . . . . . . . . . . . . . . . 103
  3146.      initialize . . . . . . . . . . . . . . 398      kernel panic . . . . . . . . . . . . . . 34              components . . . . . . . . . . 106
  3147. isapnp . . . . . . . . . . . . . 256¡258             kernel too big . . . . . . . . . . . 317                 configuration . . . . . . . . . 108
  3148. isapnp . . . . . . 256, 258, 260                     kerneld . . . . . . . . . . . . 315, 398                 interface . . . . . . . . . . . . . . 106
  3149. ISAPnP . . . . . . . . . . . . . . . . 256           kernmod . 92, 153, 263, 316,                             introduction . . . . . . . . . . 105
  3150. ISDN . . . . . . . . . . . . . . . . . . 150                 364                                              what is it . . . . . . . . . . . . . 106
  3151.      configuration . . . . . . . . . 152             kernmods . . . . . . . . . . . . . 364                   where to install . . . . . . . 107
  3152.      YaST . . . . . . . . . . . . . . . . 153        keyboard . . . . . . . . . . . . . . . 225            LILO . i, iv, 19, 20, 22, 33, 34,
  3153. ISDN terminal adapter . . . 166                           CapsLock . . . . . . . . . . . . 397                     40, 59, 80, 92¡95,
  3154. isdn4linux . . . . . . . . . . . . . . 150                delay . . . . . . . . . . . . . . . . . 397              103¡108, 110¡125, 282,
  3155. isdn4linux . . . . . . . . . . 152                        map . . . . . . . . . . . . . . . . . . 397              315, 318, 321, 323, 335,
  3156. isdnctrl . . . . . . . . . . . . . . . . . 152            NumLock . . . . . . . . . . . . 397                      336, 357¡359, 361, 374,
  3157. isdnlog . . . . . . . . . . . . . . . . . 156             repeat . . . . . . . . . . . . . . . . 397               375, 377, 380, 392, 393,
  3158. ISP . . . . . . . . . . . . . . . . . . . . 454      keyboard section . . . . . . . . 225                          411, 455, 468, 501¡503,
  3159. ISP16 . . . . . . . . . . . . . 333, 343             keymap wrong in DOS-mode .                                    506, 515, 516, 518
  3160.                                                              53                                               boot disk . . . . . . . . . . . . . 116
  3161. J                                                    kfm . . . . . . 234, 237, 238, 482                       booting DOS . . . . . . . . . 120
  3162. jade dsl . . . . . . . . . . . . . 360               kill . . . . . . . . . . . . . . . . . . . . 171         booting DOS and OS/2 120
  3163. Job (Fax-)                                           kill . . . . . . . . . . . . . . . . . . 437             booting OS/2 . . . . . 119, 120
  3164.      SuSEFax . . . . . . . . . . . . . 184           kmid . . . . . . . . . . . . . . . . . . . 265           booting Windows NT . . 118
  3165. job ID . . . . . . . . . . . . . . . . . . 187       kmod . . . . . . . . . . . . . . . . . . 291             DOS/boot Win 95/98 . . 117
  3166. job parameters                                       Kmod . . . . . . . . . . . . . 268, 315                  installation . . . . . . . . . . . 114
  3167.      SuSEFax . . . . . . . . . . . . . 184           knfsd . . . . . . . . . . . . . . . . . . 363            parameters . . . . . . . . . . . 321
  3168. job priority                                         knfsd . . . . . . . . . . . . 363, 401                   problems . . . . . . . . . . . . . 121
  3169.      SuSEFax . . . . . . . . . . . . . 184           kpanel . . . . . . . . . . . . . . . . . 287           1024 cylinders . . . . . . . . . 122
  3170. john . . . . . . . . . . . . . . . . . . 411         KPanel . . . . . . . . . . . . 237, 238                diagnosis . . . . . . . . . . . . . . 121
  3171. jurix . . . . . . . . . . . . . . . . . . . . . 7    krpm . . . . . . . . . . . . . . . . . . . 371         kernel from 2.0 onwards 123
  3172.                                                      kvt . . . . . . . . . . . . . . . . . . . . . 162      start messages . . . . . . . . . 121
  3173. K                                                    kwm . . . . . . . . . . 231, 234, 246                    sample configurations . 117
  3174. kardinfo . . . . . . . . . . . . . . . . 285                                                                  uninstall . . . . . . . . . . . . . . 115
  3175. kbatmon . . . . . . . . . . . . . . . . 287          L                                                     lilo.conf . . . . . . . . . . . . . . . . 108
  3176. KDE . . . . 1, 60, 164, 229, 231,                    LAN . . . . . . . . . . 133, 208, 455                 link
  3177.         232, 234, 359, 371, 476                      Lan Manager . . . . . . . . . . . 439                    symbolic . . . . . . . . . . . . . 432
  3178. KDE Desktop . . . . . . . . . . . 231                LAN Manager . . . . . . . . . . 197                   Link . . . . . . . . . . . . . . . . . . . 455
  3179.  
  3180.                                                                                                                                                     509
  3181.  
  3182.  
  3183.  
  3184. Index
  3185.  
  3186. Linus Torvalds . . . . . . . . 1, 4, 9               ls . . . . . . . . . . . . . . . . . 428, 468       mdel . . . . . . . . . . . . . . . . . . . 442
  3187. linux . . . . . . . . . . . . . . . . . . . 7        LS120 drives . . see hardware,                      mdir . . . . . . . . . . . . . . . . . . . 442
  3188. Linux . . . . . . . . . . . . . . 189, 457                 LS120 drives                                  memory
  3189.    start . . . . . . . . . . . . . . . . . . 423     LSB see Linux Standard Base                            full . . . . . . . . . . . . . . . . . . 481
  3190.    update . . . . . . . . . . . . . . . 355          lsmod . . . . . . . . . . . . . . . . . . 315          not recognized . . . . . . . . 324
  3191. Linux Documentation Project                          LUN . . . . . . . . . . . . . . . . . . . 325          protect . . . . . . . . . . . . . . . 324
  3192.        383                                           lx suse . . . 7, 153, 263, 313                         reserve . . . . . . . . . . . . . . . 324
  3193. Linux Standard Base . . . . 373                      lynx . . . . . . . . . . . . . . . . . 5, 403       Memory . . . . . . . . . . . . . . . . 455
  3194. Linux Training . . . . . . . . . . 496                                                                   memory check . . . . . . . . . . 323
  3195. linuxrc . . . ii, 8, 24¡28, 43, 44,                  M                                                   Menu . . . . . . . . . . . . . . . . . . 456
  3196.        47, 50, 284, 356, 357,                        m4 . . . . . . . . . . . . . . . . . . . . . 178    mformat . . . . . . . . . . . . . . . . 442
  3197.        374¡379, 381, 382, 386,                       MacOS . . . . . . . . . . . . . . . . . 457         mgetty . . . . . . . . 180, 194, 195
  3198.        387                                           MAD16 . . . . . . . . . . . 333, 343                mgetty . . . . . . . . . . . 181, 194
  3199. Linuxrc . . . . . . . . . . . . . 54, 134            mail server                                         Microsoft . . . . . . . . . . . . . . . 198
  3200. live filesystem . . . . . . . . . . . . 96              Postfix . . . . . . . . . . . . . . . 400        Midnight Commander . . . 370
  3201. live system . . . . . . . . . . . . . . 81           mailserver . . . . . . . . . . . . . . 478          MIME . . . . . . . . . . . . . . . . . 456
  3202. ln . . . . . . . . . . . . . . . . . . . . . 432     Main memory . . . . . . . . . . . 455               minicom . . 162, 171, 359, 360
  3203. loading a new version . . . . 362                    main menu . . . . . . . . . . . . . . 71            Miro PC/TV . . . . . . . . . . . . 274
  3204. loadlin . . ii, 39, 40, 44¡47, 55,                   make menuconfig . . . . . . . 316                   MIT . . . . . . . . . . . . . . . . . . . 207
  3205.        56, 59, 103, 105, 122, 124,                   make zImage . . . . . . . . . . . 115               Mitsumi CD-ROM . . 333, 342
  3206.        125, 127, 130, 257, 323,                      makemap . . . . . . . . . . . . . . . 178           Mitsumi FX-001(D) 333, 342
  3207.        357, 374, 375, 379                            makewhat . . . . . . . . . . . . . 365              mke2fs . . . . . . . . . . . . . . . . . . 56
  3208. Loadlin . . . . . . . . . . . . . . . . . . 40       makewhatis . . . . . . . . . . . . . 365            mkfs . . . . . . . . . . . . . . . . . . . 387
  3209. Loadlin doesnt start . . . 55, 56                    man . . . . . . . . . . . . . . . . . . . . 240     mknod . . . . . . . . . . . . . . . . . 465
  3210. loadlin.exe . . . . . . . . 7, 45, 375               man chroot . . . . . . . . . . . . . 191            mksusewmrc . . . . . . . . . . . . 248
  3211. local . . . . . . . . . . . . . . . . . . . 397      Man in the Middle attacks 413                       mkswap . . . . . . . . . . . . . . . . 387
  3212. Local Area Network see LAN                           man lpr . . . . . . . . . . . . . . . . . 293       mlabel . . . . . . . . . . . . . . . . . 442
  3213. locale . . . . . . . . . . . . . . . . . . 397       management                                          Mlvwm . . . . . . . . . . . . . . . . 231
  3214. locate . . . . . . . . . 389, 404, 405                  user . . . . . . . . . . . . . . . . . . . 99    mmd . . . . . . . . . . . . . . . . . . . 442
  3215. log files . . . . . . . . . . . . . . . . 405        manpage . . see manual pages,                       modeline . . . . . . . . . . . 225, 228
  3216. logging in . . . . . . . . . . 423, 475                    434                                           modem . . . . . . . . . . . . . . . . . 398
  3217. logical partitions . . . . . . . . . 79              manpages . . . . . . . . . . . . . . 389               configuration . . . . . . . . . . 89
  3218. Logical Volume Manager . 82                             index . . . . . . . . . . . . . . . . 365           too loud . . . . . . . . . . . . . . 165
  3219. login . . . . . . . . . . 404, 418, 475              Manpages . . . . . . . . . . . . . . 455            modprobe . 314, 315, 321, 335
  3220.    login shell . . . . . . . . . . . . 364           MANPATH . . . . . . . . . 365, 453                     parameters . . . . . . . . . . . 321
  3221.    PAM . . . . . . . . . . . . 362, 365              manual . . . . . . . . . . . . . . . . . 434        modules . . . . . . . . . . . . . . . . 314
  3222. Login                                                manual pages . . . . . . . . . . . . . 5               compile . . . . . . . . . . . . . . 318
  3223.    remote . . . . . . . . . . . . . . . 406          manuals                                                handling . . . . . . . . . . . . . . 314
  3224. login: . . . . . . . . . . . . . . . . . . . 36         FAQs . . . . . . . . . . . . . . . . . . . 6        loading . . . . . . . . . . . . . . . 379
  3225. Logitech . . . . . . . . . . . . . . . 219              HowTo files . . . . . . . . . . . . . 6             parameters . . . . . . . . . . . 380
  3226. Logitech Busmouse . . . . . 333                         README files . . . . . . . . . . 6               modules.conf . . . . . . . . . . . 363
  3227. logout . . . . . . . . . . . . . . . . . . 424       manyfaqs . . . . . . . . . . . . . . . 7            modules.conf . . . . . . . 315
  3228. logsurfer . . . . . . . . . . . 416, 417             masquerading . . . . . . 173, 478                   monitor . . . . . . . . . . . . . . . . 225
  3229. loopback . . . . . . . . . . . . . . . 398              IP forwarding . . . . . . . . . 399              monitor section . . . . . . . . . 225
  3230. lpc . . . . . . . . . . . . . . . . 293, 294         Mass storage media . . . . . 455                    monitors . . . . . . . . . . . . . . . 219
  3231. lpd . . 294, 296, 302, 402, 512                      mattrib . . . . . . . . . . . . . . . . . 442       more . . . . . . . . . . . . . . . . . . . 430
  3232. lpd(8) . . . . . . . . . . . . . . . . . . 292       MBR . . . 104, 107, see Master                      mount . . . 145, 269, 270, 387,
  3233. lpq . . . . . . . . . . . . . . . . . . . . . 293          Boot Record, 455                                    440, 457
  3234. lpr . . . . . . . . . . . . 293, 296, 423               seeMaster Boot Record 103                        Mount point . . . . . . . . . . . . 456
  3235. lpr(1) . . . . . . . . . . . . . . . . . . 292       mc . . . . . . . . . . . . . . . . . . . . . 370    mountd . . . . . . . . . . . . . . . . . 146
  3236. lprm . . . . . . . . . . . . . . . . . . . 293       mc . . . . . . . . . . . . . . . . . . . . . 370    Mounting . . . . . . . . . . . . . . . 456
  3237. lprold . . . . . . 292, 302, 310                     mcd . . . . . . . . . . . . . . . . . . . . 442     mountpoint . . . . . . . . . . . . . . 80
  3238. lprsetup . . . . . . . . . 91, 297                   mcopy . . . . . . . . . . . . . . . . . 442         mouse . . . . . . . . . . . . . . . . . . 398
  3239.  
  3240. 510
  3241.  
  3242.  
  3243.  
  3244.                                                                                                                                             Index
  3245.  
  3246.      Bus . . . . . . . . . . . . . . . . . . 218    NE2000 . . . . . . . . . . . . . . . . 335            EtherTeam 16i/32 . . . . . 340
  3247.      configuration . . . . . . . . . . 89           net tool . . . . . . . . . . . . . 310                EtherWORKS 3 . . . . . . . 339
  3248.      doesnt react . . . . . . . . . . . . 16        NetBEUI . . . . . . . . . . . . . . . 198             Fujitsu
  3249.      HiTablet . . . . . . . . . . . . . . 218       NetBIOS . . . . . . . . . . . 197, 198                   FMV-181/182/183/184 . .
  3250.      Logitech . . . . . . . . . . . . . 218         netcfg . . . . . . . . . . . . . . . 310                 339
  3251.      Logitech (MouseMan) . 218                      netgroups . . . . . . . . . . . . . . . 145           HP 10/100 VG-AnyLAN . . .
  3252.      Microsoft . . . . . . . . . . . . . 218        netmask . . . . . . . 135, 136, 142                      340
  3253.      MM series . . . . . . . . . . . . 218          netscape . . . . . . . . . . . . . . . . . . 5        HP 27245 . . . . . . . . . . . . 340
  3254.      Mouse Systems . . . . . . . 218                Netscape . . . . . . 5, 59¡61, 180                    HP 27247B . . . . . . . . . . . 340
  3255.      PS/2 . . . . . . . . . . . . . . . . . 218     netstat . . . . . . . . . . . . . . . . . . 387       HP 27252A . . . . . . . . . . . 340
  3256. mouse buttons . . . . . . . . . . 219               NetWare . see Novell Netware,                         HP 27xxx . . . . . . . . . . . . 340
  3257. mouse type . . . . . . . . . . . . . 219                  197                                             HP PCLAN . . . . . . . . . . . 340
  3258. Mozart . . . . . . . . . . . . 333, 343             network . . . . . . . . . . . . . . . . 133           HP PCLAN+ . . . . . . . . . 340
  3259. Mozart CD-ROM . . . 333, 343                           configuration . . . . . . . . . 136                IBM Token Ring . . . . . . 341
  3260. mrd . . . . . . . . . . . . . . . . . . . . 442        configuration files . . . . . 137                  ICL EtherTeam . . . . . . . 340
  3261. mread . . . . . . . . . . . . . . . . . . 442          YaST . . . . . . . . . . . . . . . . . 95          Intel EtherExpress 16 . . 339
  3262. mren . . . . . . . . . . . . . . . . . . . 442         dummy device . . . . . . . . 399                   Intel EtherExpress Pro 100 .
  3263. MS-Windows . . . . . . . . . . . 454                Network . . . . . . . . . . . . . . . . 456              339
  3264. msdos.sys . . . . . . . . . . . . . . 125           network address . . . . . . . . . 142                 Intel EtherExpressPro . 339
  3265. mt . . . . . . . . . . . . . . . . . 273, 274       network base configuration . . .                      Lance . . . . . . . . . . . . . . . . 340
  3266. mtools . . . . . . . . . . . . . . . . . 441              480                                             Novell NE1000/2000 . . 340
  3267. mtools . . . . . . 269, 441, 442                    network card                                          SMC 9194 . . . . . . . . . . . . 341
  3268. mtype . . . . . . . . . . . . . . . . . . 442          AM7990 chipset . . . . . . 340                     SMC Ultra . . . . . . . . . . . 341
  3269. multi-processor systems . . see                        configuration . . . . . . . . . . 89               Token Ring . . . . . . . . . . . 341
  3270.         SMP                                         network cards . . . . . . . . . . . 331               WD80x3 . . . . . . . . . . . . . 341
  3271. Multiprocessing . . . . . . . . . 456                  3COM 3c501 . . . . . . . . . 337                   Western Digital . . . . . . . 341
  3272. Multisession CD-ROM . . 333,                           3COM 3c503 . . . . . . . . . 337                Network File System see NFS
  3273.         342                                            3COM 3c505 . . . . . . . . . 337                Network Information Service .
  3274. Multitasking . . . . . . . . . . . . 456               3COM 3c507 . . . . . . . . . 337                      see NIS
  3275. Multiuser . . . . . . . . . . . . . . . 456            3COM 3c509 . . . . . . . . . 337                network mask . . . . . . . . . . . 419
  3276. mv . . . . . . . . . . . . . . . . . . . . . 431       3COM 3c515 . . . . . . . . . 337                network monitor
  3277. mwm . . . . . . . . . . . . . . . . . . 246            3COM 3c579 . . . . . . . . . 337                   Argus . . . . . . . . . . . . . . . . 404
  3278. Mwm . . . . . . . . . . . . . . 229, 246               3COM 3c590 . . . . . . . . . 337                network printer
  3279. mwrite . . . . . . . . . . . . . . . . . 442           3COM 3c900 . . . . . . . . . 337                   configuration . . . . . . . . . . 96
  3280. My . . . . . . . . . . . . . . . . . . . . . 56        AT1700 . . . . . . . . . . . . . . 338             pre-filter . . . . . . . . . . . . . . 302
  3281. MySQL . . . . . . . . . . . . 364, 404                 Cabletron . . . . . . . . . . . . . 338         networks . . . . . . . . . . . . . . . 138
  3282.                                                        D-Link DE620 . . . . . . . . 342                Neuhaus Triccy Data LCR 167
  3283. N                                                      DE10x . . . . . . . . . . . . . . . 338         news . . . . . . . . . . . . . . . . . . . 178
  3284. Name Service Caching                                   DE20 . . . . . . . . . . . . . . . . 338           leafnode . . . . . . . . . . . . . . 179
  3285.         Daemon                                         DE203 . . . . . . . . . . . . . . . 339         News . . . . . . . . . . . . . . . . . . 149
  3286.      Initialize . . . . . . . . . . . . . 401          DE204 . . . . . . . . . . . . . . . 339         NeXTstep . . . . . . . . . . . . . . 440
  3287. Name Service Switch . . . . 139                        DE205 . . . . . . . . . . . . . . . 339         NeXTSTEP . . . . . . . . . . . . . 231
  3288. named . . . . . . . . . . . . . . . . . 139            DE42 . . . . . . . . . . . . . . . . 338        NFS . . . . . . . . . . . . . . . 145, 457
  3289. nameserver 135, 137, 138, 400                          DE425 . . . . . . . . . . . . . . . 338            daemon . . . . . . . . . . . . . . 363
  3290.      configuration . . . . . . . . . . 95              DE434 . . . . . . . . . . . . . . . 338            group IDs . . . . . . . . . . . . 401
  3291. ncpfs . . . . . . . . . . . . . . . . . . 96           DE435 . . . . . . . . . . . . . . . 338            installation via . . . . . . . . . 74
  3292. NCR 5380 . . . . . . . . . 328, 336                    DE450 . . . . . . . . . . . . . . . 338            Kernel NFS-Daemon . . 401
  3293. NCR 53c400 . . . . . . . . . . . . 328                 DE500 . . . . . . . . . . . . . . . 338            server . . . . . . . . . . . . . . . . 401
  3294. NCR 53C400 . . . . . . . . . . . 336                   DEC EtherWORKS . . . 338                           user IDs . . . . . . . . . . . . . . 401
  3295. NCR 53c406a . . . . . . . . . . . 328                  Digital . . . . . . . . . . . . . . . 338       NFS client . . . . . . . . . . . . . . 145
  3296. NCR 53C810 . . . . . . . . . . . 322                   Digital DEPCA . . . . . . . 338                 NFS server . . . . . . . . . 145, 146
  3297. ncurses . . . . . . . . . 365, 389                     E21xx . . . . . . . . . . . . . . . . 338       nfsd . . . . . . . . . . . . . . . . . . . . 146
  3298. NE1000/2000 . . . . . . . . . . . 340                  EtherBlaster . . . . . . . . . . 340            nfsserv . . . . . . . . . . . . . . 363
  3299.  
  3300.                                                                                                                                                 511
  3301.  
  3302.  
  3303.  
  3304. Index
  3305.  
  3306. NI6510 . . . . . . . . . . . . . . . . . 340        3dpixms . . . . . . . . . . . . 249          index . . . . . . . . . . . . . . . . . . 87
  3307. NIS . . . . . . . . see YP, 143, 144                aaa base . . . . . . . . . . . 364           inetcfg . . . . . . . 160, 169
  3308. NIS domain . . . . . . . . . . . . 144              allman . . . . . . . . . . . . . 360         inf2htm . . . . . . . . . . . . 383
  3309. NIS server . . . . . . . . . . . . . . 144          apache . . . . 365, 383, 413                 inn . . . . . . . . . . . . . . . . . 178
  3310. nkit . . . . . . . . . . . . . . . . . . 370        apmd . . . . . . . . . . . 286, 287          installation . . . . . . . . 86, 366
  3311. nkita . . . . . . . . 150, 310, 364                 aps . . . . 292, 297, 298, 309               installing . . . . . . . . . . . . . . 87
  3312. nkitb . . . . . . . . 150, 310, 364                 autofs . . . . . . . . . . . . . 401         irda . . . . . . . . . . . . . . . . 288
  3313. nn . . . . . . . . . . . . . . . . . . . . . 180    bind . . . . . . . . . . . . . . . . 176     isapnp . . . . 256, 258, 260
  3314. NNTP . . . . . . . . . . . . . . . . . . 402        binutils . . . . . . . . . . . 313           isdn4linux . . . . . . . . 152
  3315. NNTP server . . . . . . . . . . . 400               books . . . . . . . . . . . . . . . . . 7    jade dsl . . . . . . . . . . . 360
  3316. nntpd . . . . . . . . . . . . . . . . . . 402       bttv . . . . . . . . . . . . . . . . 275     john . . . . . . . . . . . . . . . . 411
  3317. nobody . . . . . . . . . . . . . . . . . 405        cdb . . . . . . . . 211, 309, 359            kernmod . . . 92, 153, 263,
  3318. notebook . . . . . . . . . . . . . . . 277          cdesim . . . . . . . . . . . . . 246            316, 364
  3319.      IrDA . . . . . . . . . . . . see IrDA          changes . . . . . . . . . . . . 366          kernmods . . . . . . . . . . . 364
  3320.      power management . . . . see                   checking dependencies . . 87                 knfsd . . . . . . . . . . 363, 401
  3321.         APM                                         colortbl . . . . . . . . . . . 361           latex-cover . . . . . . 189
  3322.      Thinkpad . . . . . . . . . . . . . . 55        configuration . . . . . . . . . . 83         ldp . . . . . . . . . . . . . . . . . 383
  3323. Notebook                                            cron . . . . . . . . . . . . . . x, 389      leafnode . . . . . . . . . . . 179
  3324.      PCMCIA . . . . . . . . . . . . . 398           curses . . . . . . . . . . . x, 389          libc . . . . . . . . . . . 313, 370
  3325. notification scheme                                 de-installation . . . . . . . . 366          libcinfo . . . . . . . . . . . 139
  3326.      SuSEFax . . . . . . . . . . . . . 184          deleting . . . . . . . . . . . . . . . 89    linux . . . . . . . . . . . . . . . . . 7
  3327. Novell . . . . . . . . . . . . . . . . . 198        dhclient . . . . . . . 96, 365               lprold . . . . 292, 302, 310
  3328. Novell NE1000/2000 . . . . 340                      dhcpd . . . . . . . . . . . . . . . 365      lx suse . 7, 153, 263, 313
  3329. Novell Server emulation . 403                       doc . . . . . . . . . . . . . . . . . 423    makewhat . . . . . . . . . . . 365
  3330. nscd . . . . . . . . . . . . . . . . . . . 362      docbkdsl . . . . . . . . . . . 361           manyfaqs . . . . . . . . . . . . . 7
  3331. nsswitch.conf . . . . . . . . . . . 139             dochost . . . . . . . 383, 384               mgetty . . . . . . . . . 181, 194
  3332.                                                     emu10k1 . . . . . . . . . . . . 265          mtools . . . . 269, 441, 442
  3333. O                                                   faxprint . . . . . . . . . . . 189           named . . . . . . . . . . . . . . . 139
  3334. olvwm . . . . . . . . . . . . . 231, 469            fhs . . . . . . . . . . . . . 363, 373       ncpfs . . . . . . . . . . . . . . . . 96
  3335. Olvwm . . . . . . . . . . . . . . . . . 229         firewall . . . . . . 416, 418                ncurses . . . . . . . 365, 389
  3336. olwm . . . . . . . . . . . . . . . . . . 469        firewals . . . . . . . . . . . 173           net tool . . . . . . . . . . . 310
  3337. Omnibook . . . . . . . . . . . . . . 332            ftpdir . . . . . . . . . . . . . 373         netcfg . . . . . . . . . . . . . 310
  3338. online manual . . . . . . . . . . . 427             fvwm . . . . . . . . . . . . . . . . 239     nfsserv . . . . . . . . . . . . 363
  3339. OpenLook . . . . . . . . . . . . . . 231            fvwm1 . . . . . . . . . . . . . . . 239      nkit . . . . . . . . . . . . . . . . 370
  3340. Operating system . . . . . . . . 457                gcc . . . . . . . . . . . . . . . . . 313    nkita . . . . . . 150, 310, 364
  3341. opso . . . . . . . . . . . . . . 259, 363           glibndev . . . . . . . . . . . 362           nkitb . . . . . . 150, 310, 364
  3342. opso smp . . . . . . . . . 259, 363                 glimpse . . . . . . . . . . . . 363          opso . . . . . . . . . . . 259, 363
  3343. opsod smp . . . . . . . . . . . . 259               gnlibsd . . . . . . . . . . . . 362          opso smp . . . . . . . 259, 363
  3344. opsod up . . . . . . . . . 259, 363                 gnuhtml . . . . . . . . . . . . 363          opsod smp . . . . . . . . . . 259
  3345. opsodsmp . . . . . . . . 259, 363                   gs x11 . . . . . . . . . . . . . . 186       opsod up . . . . . . . 259, 363
  3346. Optics Storage CD-ROM 334,                          gsview . . . . . . . . . . . . . . . . 7     opsodsmp . . . . . . 259, 363
  3347.         343                                         gtkndev . . . . . . . . . . . . 362          pbm2l7k . . . . . . . . . . . . 309
  3348. Oracle . . . . . . . . . . . . . . . . . . . . 1    gv . . . . . . . . . . . . . . . . 7, 186    pcmcia . . . . . . . . . 284, 285
  3349. Oracle 8 . . . . . . . . . . . . . . . . . 60       hardsuse . . . . . . . . . . . 416           PCMCIA . . . . . . . . . . . . . 278
  3350. OS/2 . . . . . . . . . . . . . . 181, 457           howto . . . . . . . . . . . . . . . 288      pgp . . . . . . . . . . . . . . . . . 422
  3351.      assigning Linux partitions . .                 howtodeh . . . . . . . . . . . 383           phpdoc . . . . . . . . . . . . . 365
  3352.         49                                          howtoenh . . . . . . . . . . . 383           plp . . . . . . . . . . . . . . . . . 302
  3353.      bootmanager . . . . . . . . . . 105            htdig . . . . . . . . . . 383, 384           postfix . . . . . . . 364, 413
  3354. OSS . . . . . . . . . . . . . . . . . . . 363       hylafax . . . . . . . 181, 189               postgres . . . . . . 356, 360
  3355.                                                     hyperref . . . . . . . . . . . 361           ppa . . . . . . . . . . . . . . . . . 309
  3356. P                                                   i4l . . . . . . . . . 96, 153, 395           ppp . . . . . . . . . . . . . . . . . 150
  3357. package                                             i4ldoc . . . . . . . . . 153, 160            ppp nt . . . . . . . . . . . . . . 169
  3358.      3dpixm . . . . . . . . . . . . . 249           imlibdev . . . . . . . . . . . 362           recode . . . . . . . . . . . . . 298
  3359.  
  3360. 512
  3361.  
  3362.  
  3363.  
  3364.                                                                                                                                             Index
  3365.  
  3366.   reiserfs . . . . . . . . . . . . 80             package format . . . . . . . . . 366                pbm2l7k . . . . . . . . . . . . . . 309
  3367.   rman . . . . . . . . . . . . . . . . 383        package information . . . . . . 86                  PC cards . . see Hardware, PC
  3368.   roxen . . . . . . . . . . . . . . . 365         package installation . . . . . . . 86                      cards
  3369.   roxenint . . . . . . . . . . . 365              package manager . . . . . . . . 366                 pcmcia . . . . . . . . . . . 284, 285
  3370.   roxenssl . . . . . . . . . . . 365              package selection . . . . . . . . . 32              PCMCIA . . . . . . 277, 358, 398
  3371.   rpm . . . . . . . . . . . . . . . . . 370       packages                                               APM . . . . . . . . . . . . . . . . . 282
  3372.   samba . . . . . . . . . . . . . . . . 96           compile . . . . . . . . . . . . . . 369             cardmgr . . . . . . . . . . . . . . 278
  3373.   sane . . . . . . . . . . . . . . . . 272        packet filter . . . . . . . . . . . . . 173            configuration . . . . . . . . . 278
  3374.   sax . . . . . . . . . . . . . . . . . 207       PAM . . . . . . . . . . . . . . 100, 362               Ethernet . . . . . . . . . . . . . . 278
  3375.   scslog . . . . . . . . . . . . . 416               MD5 passwords . . . . . . . 100                     help programs . . . . . . . . 285
  3376.   sdb . . . . . . . . 358, 361, 383               Panasonic CD-ROM 334, 344                              IDE . . . . . . . . . . . . . . . . . . 279
  3377.   sdb de . . . . . . . . . . . . . . 383          paper size                                             installation . . . . . . . . . . . 284
  3378.   sdb en . . . . . . . . . . . . 5, 160              SuSEFax . . . . . . . . . . . . . 185               ISDN . . . . . . . . . . . . . . . . 279
  3379.   searching . . . . . . . . . . . . . . 87        parallel port                                          modem . . . . . . . . . . . . . . . 279
  3380.   secchk . . . . . . . . . . . . . 416               architecture-specific . . . 351                     problems . . . . . . . . . . . . . 282
  3381.   secumod . . . . . . . . . . . . 416                ATAPI CD-ROM . . . . . . 352                        scheme . . . . . . . . . . . . . . . 280
  3382.   selection . . . . . . . . . . . . . . . 84         ATAPI floppy disks . . . . 352                      SCSI . . . . . . . . . . . . . . . . . 279
  3383.   sendfax . . . . . . . . . . . . 181                ATAPI streamer drive . . 352                        software . . . . . . . . . . . . . . 278
  3384.   sendmail . . . . . . 395, 413                      generic ATAPI device . . 352                        Token Ring . . . . . . . . . . . 278
  3385.   shlibs5 . . . . . . . . . . . . 361                IDE devices . . . . . . . . . . 351              PCMCIA . . . . . . . . . . . . . . . 278
  3386.   snd au . . . . . . . . . . . . . . 265             IDE hard drive . . . . . . . . 352               pep . . . . . . . . . . . . . . . . . . . . . 60
  3387.   snd mod . . . . . . . . . . . . 265                IDE protocol driver . . . . 351                  perl . . . . . . . . . . . . . . . . . . 2, 405
  3388.   snd wav . . . . . . . . . . . . 265                kernel parameter . . 335, 350                    permissions . . . 405, 428, 430,
  3389.   so en . . . . . . . . . . . . . . . 477         parallel port seehardware,                                 433
  3390.   sox . . . . . . . . . . . . . . . . . 265               parallel port . . . . . . . . 267              Samba . . . . . . . . . . . . . . . 198
  3391.   sp . . . . . . . . . . . . . . . . . . . 360    Paride . . . . . . . . . . . . . . . . . . 351      pgp . . . . . . . . . . . . . . . . . . . 422
  3392.   squid . . . . . . . . . . . . . . . 365         parport subsystem . . . . . . . 267                 PGP . . . . . . . . . . . . . . . . . . . 452
  3393.   squid2 . . . . . . . . . . . . . 365            partition                                           Philips CM206 . . . . . 334, 343
  3394.   ssh . . . . . . . . . . . . . 412, 418             creating . . . . . . . . . . . . . . . 77        PHP . . . . . . . . . . . . . . . . . . . 365
  3395.   susefax . . . . . . . 181, 189                     formatting . . . . . . . . . . . . . 82          phpdoc . . . . . . . . . . . . . . . 365
  3396.   susehelp . . . . . . . . . . . 160                 swap . . . . . . . . . . . . . . . . . . 61      pine . . . . . . . . . . . . . . . . . . . . 180
  3397.   susehilf . . . . 5, 196, 382                       types . . . . . . . . . . . . . . . . . . 58     ping . . . . . . . . . . . . . . . . . . . 414
  3398.   susepak . . . . . . . . . . . . 383             Partition Magic . . . . . . . . . . 41              Pipe . . . . . . . . . . . . . . . . . . . 457
  3399.   tcl . . . . . . . . . . . . . . . . . 316       partitioning . . . . . . 47, 77, 479                PLIP
  3400.   te dvilj . . . . . . . . . . . 296                 experts . . . . . . . . . . . . . . . . 60          parallel port . see hardware,
  3401.   tiff . . . . . . . . . . . . . . . . 186           novices . . . . . . . . . . . . . . . . 58              parallel port
  3402.   tk . . . . . . . . . . . . . . . . . . . 316    partitions                                          plp . . . . . . . . . . . . . . . . . . . . . 302
  3403.   tripwire . . . . . . 412, 415                      additional . . . . . . . . . . . . 479           plp . . . . . . . . . . . . . . . . . . . 302
  3404.   wget . . . . . . . . . . . . . . . . 369           configuring . . . . . . . . . . . . 64           plugnplay . . . . . . . . . . . . . . 256
  3405.   wuftpd . . . . . . . . . . . . . 363               extended . . . . . . . . . . . . . . 79          pnpdump . . . . . . . . . . 256¡258
  3406.   wvdial . . . . . . . . . . . . . 150               formatting . . . . . . . . . . . . . 66          pointer . . . . . . . . . . . . . . . . . 225
  3407.   x3dlabs . . . . . . . . . . . . 360                logical . . . . . . . . . . . . . . . . 79       pointer section . . . . . . . . . . 225
  3408.   xcyrix . . . . . . . . . . . . . 360               primary . . . . . . . . . . . . . . . 79         portmap . . . . . . . . . . . . . . 36, 95
  3409.   xf86 . . . . . . . . . . . 208, 316                swap . . . . . . . . . . . . . . . . . . 78      portmapper . . . . 136, 137, 400
  3410.   xformsd . . . . . . . . . . . . 362             passwd . . . . . . . . . . . . . . . . . 145        ports
  3411.   xfsetup . . . . . . . 207, 208                  password . . . . . . . . . . . . . . . . 21            parallel . . . . . . . . . . . . . . . 291
  3412.   xglint . . . . . . . . . 359, 360               path                                                postfix . . . . . . . . . . . . . . . . . 400
  3413.   xntp . . . . . . . . . . . 403, 404                absolute . . . . . . . . . . . . . . 457         postfix . . . . . . . . . 364, 413
  3414.   xsis . . . . . . . . . . . . . . . . 360           relative . . . . . . . . . . . . . . . 457       Postfix . . . . . . . . . . . . . . . . . 400
  3415.   xvga16 . . . . . . . . . . . . . 207            Path . . . . . . . . . . . . . . . . . . . . 457    postgres . . . . . . . . 356, 360
  3416.   ypclient . . . . . . . 95, 144                  PATH . . 4, 171, 234, 235, 417,                     PostgreSQL . . . . . . . . 356, 360
  3417.   ypserver . . . . . . . . . . . 145                      425, 453                                    PostScript template
  3418. package description . . . . . . . 86              Patrick Volkerding . . . . . . . . . 9                 SuSEFax . . . . . . . . . . . . . 188
  3419.  
  3420.                                                                                                                                                 513
  3421.  
  3422.  
  3423.  
  3424. Index
  3425.  
  3426. power management . . . . . . 285                        remote . . . . . . . . . . . 295, 298            rc.config . . . . . . . . . . . 396
  3427. ppa . . . . . . . . . . . . . . . . . . . 309           Samba . . . . . . . . . . . . . . . . 96         rcp.ugidd . . . . . . . . . . . . . . . 401
  3428. ppp . . . . . . . . . . . . . . . . . . . 150           transverse . . . . . . . . . . . . 297           rdev . . . . . . . . . . . . . . . . . . . . 110
  3429. PPP . . . . . . . . . . . . . . . . . . . . 149    printing system . . . . see spool                     README files . . see manuals
  3430. ppp default . . . . . . . . . . . . . 171                  system                                        reboot . . . . 323, 394, 404, 424
  3431. ppp-up . . . . . . . . . . . . . 169¡171           Pro Audio Spectrum 325, 334                           receive queue . . . . . . . . . . . 187
  3432. ppp.chat . . . . . . . . . . . . . . . . 170       Pro Audio Spectrum 16 . . 334                            SuSEFax . . . . . . . . . . . . . 183
  3433. ppp nt . . . . . . . . . . . . . . . . 169         problems                                              recode . . . . . . . . . . . . . . . 298
  3434. pppd . . . . . 149, 150, 169, 359                       during installation . . . . . . 52               reducing partition size . . . . 48
  3435. primary partitions . . . . . . . . 79              Proc-filesystem . . . . . . . . . 457                 reiserfs . . . . . . . . . . . . . . 80
  3436. print manager(lpd) . . . . . . 294                 process . . . . . . . . . . . . . . . . . 449         remove
  3437. printcap . . . . . . . . . . . . . . . . 295       Process . . . . . . . . . . . . . . . . . 457            directory . . . . . . . . . . . . . 427
  3438. printcap(5) . . . . . . . . . . . . . 292          processor                                             rescue disk . . . . . . . . . . . . . 385
  3439. printer                                                 Cyrix 686 . . . . . . . . . . . . . 34           rescue system
  3440.    checklist . . . . . . . . . . . . . 309         procmail . . . . . . . . . . . . . . . 178               launch . . . . . . . . . . . . . . . 386
  3441.    configuration . . . . . . . . . . 90            Professional Services . . . . 495                        use . . . . . . . . . . . . . . . . . . 387
  3442.    connecting to a Windows                         program                                               reset . . . . . . . . . . . . . . . . . . . 323
  3443.        printserver . . . . . . . . . . . 96             invoke . . . . . . . . . . . . . . . 425         Reset . . . . . . . . . . . . . . . . . . 458
  3444.    daemon . . . . . . . . . . . . . . 294               sourcecode . . . . . . . . . . . . 85            resolv.conf . . . . . . . . . . . . . 141
  3445.    GDI printer . . . . . . . . . . . 309           programming                                           Restart Function . . . . . . . . 242
  3446.    kernel parameter . . . . . . 335                     core files . . . . . . . . . . . . . 436         RFC1861 . . . . . . . . . . . . . . . 190
  3447.    Lexmark . . . . . . . . . . . . . 309           programs                                              RFC959 . . . . . . . . . . . . . . . . 190
  3448.    network printer see network                          compile . . . . . . . . . . . . . . 369          rlogin . . . . . . . . . . . . . . 400, 406
  3449.        printer                                     Prompt . . . . . . . . . . . . . . . . . 457          Rlogin . . . . . . . . . . . . . . . . . 458
  3450.    parallel port . see hardware,                   protect I/O address . . . . . . 324                   rm . . . . . . . . . . . . . . . . . . . . . 431
  3451.        parallel port                               protected mode . . . . . . . . . . . 56               rmail . . . . . . . . . . . . . . . . . . . 400
  3452.    stop printing . . . . . . . . . . 294           Protocol . . . . . . . . . . . . . . . . 458          rman . . . . . . . . . . . . . . . . . . 383
  3453.    Windows only . . . . . . . . 309                Proxy                                                 rmmod . . . . . . . . . . . . . . . . . 314
  3454. PRINTER . . . . . . . . . . . . . . 293                 FTP . . . . . . . . . . . . . . . . . . 403      ROM . . . . . . . . . . . . . . . . . . 458
  3455. printer accounting . . . . . . . 302                    Gopher . . . . . . . . . . . . . . . 403         root . . . . . . . . . . . . . . . . . . . . . 36
  3456. printer driver . . . . . . . . . . . . 351              HTTP . . . . . . . . . . . . . . . . 403         Root . . . . . . . . . . . . . . . . . . . 458
  3457. printer drivers . . . . . . . . . . . . . . .      ps . . . . . . . . . . . . . . . . . 438, 457            Einloggen, remote . . . . . 406
  3458. seeprinter filter295                               ps . . . . . . . . . . . . . . . . . . . . . 438      Root directory . . . . . . . . . . 458
  3459. printer filter . . . . . . . . 295, 296            pstree . . . . . . . . . . . . . . . 438              root partition . . . . . . . . . . . . 324
  3460.    apsfilter . . . . . . . . . . . . . . 297                                                             route . . . . . . . . . . . . . . . . . . . 387
  3461.    apsfilter-configuration . 298                   Q                                                     route.conf . . . . . . . . . . 142
  3462.    for network printer . . . . 302                 qmail . . . . . . . . . . . . . . . . . . 176         routed . . . . . . . . . . . . . . . . . . 142
  3463. printer operation . . . . . . . . 291              queueing agent                                        router . . . . . . . . . . . . . . . . . . 419
  3464. printer queue                                           HylaFAX . . . . . . . . 191, 192                    IP forwarding . . . . . . . . . 399
  3465.    terms . . . . . . . . . . . . . . . . 292       Qvwm . . . . . . . . . . . . . . . . . 231            routing
  3466. printer queues                                                                                              route.conf . . . . . . . . 142
  3467.    in the apsfilter . . . . . . . . 297            R                                                     roxen . . . . . . . . . . . . . . . . . 365
  3468.    run . . . . . . . . . . . . . . . . . . 292     radius . . . . . . . . . . . . . . . . . . 402        Roxen . . . . . . . . . . . . . . . . . . 365
  3469. printers                                           RAM . . . . . . see memory, 458                       roxenint . . . . . . . . . . . . . 365
  3470.    overview . . . . . . . . . . . . . 291          RAMDAC . . . . . . . . . . . . . . 221                roxenssl . . . . . . . . . . . . . 365
  3471.    supported . . . . . . . . . . . . . 305         Ramdisk                                               RPC mount daemon . . . . . 146
  3472. printing                                                Initial Ramdisk . . . . . . . 398                RPC NFS daemon . . . . . . . 146
  3473.    lpd . . . . . . . . . . . . . . . . . . 402     rawip . . . . . . . . . 149, 157, 159                 RPC portmapper . . . . 144, 146
  3474.    accounting . . . . . . . . . . . 302            rawip-HDLC . . . . . . . . . . . 157                  rpc.mountd . . . . 146, 400, 401
  3475.    kernel 2.2.x . . . . . . . . . . . 361          rawrite . . . . . . . . . . . . . . . . . . 51        rpc.nfsd . . . . 95, 146, 400, 401
  3476.    Novell NetWare . . . . . . . . 96               rawrite.exe . . . . . . . . . . . . . . . 51          rpc.portmap . . . . . . . . . . . . 146
  3477.    Novell NetWare print servers                    rc . . . . . . . . . . . . . . . . . . . . . . 393    rpm . . . . . . 362, 365, 366, 369
  3478.        96                                          /etc/rc.config . . . . 395                            rpm . . . . . . 366, 458, 501, 513
  3479.  
  3480. 514
  3481.  
  3482.  
  3483.  
  3484.                                                                                                                                                 Index
  3485.  
  3486. rpm . . . . . . . . . . . . . . . . . . . 370          TMC-885/950 . . . . . . . . 328                        n . . . . 95, 96, 144, 145, 150,
  3487. RPM . . . . . 366, 458, 501, 513                       Trantor T128/128F/228 328                                 153, 178, 179, 189, 194,
  3488.      database . . . . . . . . . . . . . . 405          Trantor T130B . . . . . . . . 337                         310, 363, 383, 384, 401,
  3489. RPM (rpm) . . . . . . . . . . . . 366               scslog . . . . . . . . . . . . . . . 416                     412, 413, 415
  3490.      rpmorig . . . . . . . . . . . . 366            Scwm . . . . . . . . . . . . . . . . . . 231              pay . . . . . . . . 259, 477, 478
  3491.      rpmsave . . . . . . . . . . . . 366            sdb . . . . . . . . . . 358, 361, 383                     searching . . . . . . . . . . . . . . 87
  3492. runlevel . . . . . . . . . . . . . . . . 392        SDB . . . . . . . . . . . . . . . . . . . . . 5           sec . . . 173, 411, 412, 416,
  3493.      changing . . . . . . . . . . . . . 393         sdb de . . . . . . . . . . . . . . . . 383                   418, 421, 476
  3494. Runlevel . . . . . . . . . . . . . . . 458          sdb en . . . . . . . . . . . . . . 5, 160                 sgm . . . . . . . . . . . . . . . . . 361
  3495. rwhod . . . . . . . . . . . . . . . . . . 401       Seagate ST01/02 . . . . . . . . 328                       snd . . . . . . . . . . . . . . . . . 265
  3496. rxvt . . . . . . . . . . . . . . . . . . . . 162    searchlist . . . . . . . . . . . . . . . 400              tex . . . . . . . . . . . . . . . . . 361
  3497.                                                     secchk . . . . . . . . . . . . . . . 416                  x . . . . . . . . . . . 207, 359, 360
  3498. S                                                   secumod . . . . . . . . . . . . . . 416                   xsrv . . . . . . . . . . . 207, 360
  3499. samba . . . . . . . . . . . . . . . . . . 197       secure shell daemon . . . . . 403                         xwm . . . . . . . . . . . . . 239, 246
  3500. samba . . . . . . . . . . . . . . . . . . 96        security                                                  zq . . . . . . . . . . . . . . 369, 370
  3501. Samba . . . . . . . . . . . . . 197, 403               firewalls . . . . . . . . . . . . . . 173           series selection . . . . . . . . . . . 84
  3502.      permissions . . . . . . . . . . . 198             printing . . . . . . . . . . . . . . 295            Server . . . . . . . . . . . . . . . . . . 459
  3503. sane . . . . . . . . . . . . . . . . . . 272        Security . . . . . . . . . . . . . . . . 409           server flags . . . . . . . . . . . . . 225
  3504. SANE . . . . . . . . . . . . . . . . . . 272        sed . . . . . . . . . . . . . . . . . . . . . . . 2    server.exe . . . . . . . . . . . . . . 105
  3505. Sanyo CD-ROM . . . . 334, 343                       selecting keyboard layout . 73                         services . . . . . . . . . . . . . . . . 497
  3506. sax . . . . . . . . . . . . . . . . . . . 207       selecting software                                     set up time . . . . . . . . . . . . . . 403
  3507. sax . . . . . . . . . . . . . . . . . . . 207          for first-time installation 18                      setserial . . . . . . . . . . . . 267, 272
  3508. SaX vi, 23, 101, 207¡217, 475                                                                              setting filesystem . . . . . . . . . 79
  3509. scanner                                             selecting the language . . . . 72                      setting up X . . see installation,
  3510.      configuration . . . . . . . . . . 89           selecting time zone . . . . . . see                          setting up X
  3511. scanners . . . . . . . see hardware,                       YaST2, selecting time                           setup . . ii, 44¡46, 50, 51, 124,
  3512.         scanners                                           zone                                                  125
  3513. scheme see PCMCIA, scheme                           Selection . . . . . . . . . . . . . . . 458            Setup . . . . . . . . . . . . . 46, 47, 51
  3514. SCO UNIX . . . . . . . . . . . . . 440              send queue                                             SETUP 91, 297¡299, 302, 303
  3515. screen . . . . . . . . . . . . . . . . . . 225         SuSEFax . . . . . . . . . . . . . 183               setup.exe . . . . . . . . . . . 7, 44, 55
  3516. screen resolution . . . . . . . . 227               send queue . . . . . . . . . . . . . 187               Setup.exe . . . . . . . . . . . . . . . . 45
  3517. screen section . . . . . . . . . . . 225            sendfax . . . . . . . . . . . . . . . . 180            seyon . . . . . . . . . . . . . . 162, 360
  3518. SCSI                                                sendfax . . . . . . . . . . . . . . 181                sgcheck . . . . . . . . . . . . . . . . 272
  3519.      Adaptec                                        sendmail . . 96, 142, 176¡178,                         sh . . . . . . . . . . . . . . . . . . . . . 459
  3520.         AHA-152x/151x/1505 . . .                           359, 363, 400, 422                              share . . . . . . . . . . . . . . . . . . . 198
  3521.         336                                            configuration . . . . . . . . . . 96                shell . . . . . . . . . . . . . . . . . . . 418
  3522.      AdvanSys . . . . . . . . . . . . 326           sendmail . . . . . . . . 395, 413                      Shell . . . . . . . . . . . . . . . . . . . 459
  3523.      AHA-152x/151x/1505 . 325                       sendmail -q . . . . . . . . 177, 400                   SHELL . . . . . . . . . . . . . . . . . 452
  3524.      AHA-154x . . . . . . . . . . . 325             series                                                 shlibs5 . . . . . . . . . . . . . . 361
  3525.      AHA-274x . . . . . . . . . . . 326                a . 80, 85, 92, 150, 153, 310                       shutdown . . . . . . 387, 404, 424
  3526.      AHA-284x . . . . . . . . . . . 326                a1 . . . . . . . . . . . . . . . 85, 278            Siemens . . . . . . . . . . . . . . . . . . 1
  3527.      AHA-294x . . . . . . . . . . . 326                ap 256, 286, 298, 309, 383,                         Simple Network Paging
  3528.      AM53/79C974 . . . . . . . . 326                       441                                                   Protocol . . . . . . . . . . . . 190
  3529.      Future Domain . . . 327, 328,                     books . . . . . . . . . . . . . . . 423             SINUS Firewall I . . . . . . . . 420
  3530.         336                                            d . . . . . . . . . . . . . . . . . . . . 153       size of installation . . . . . . . . 83
  3531.      LUN . . . . . . . . . . . . . . . . . 325         D . . . . . . . . . . . . . . . . . . . . 313       smail . . . . . . . . . . . . . . . . . . . 176
  3532.      NCR 5380 . . . . . . . 328, 336                   doc . . . 5, 7, 139, 153, 160,                      smarthost . . . . . . . . . . . . . . . 177
  3533.      NCR 53c400 . . . . . . . . . . 328                    196, 309, 358, 359, 361,                        SMB . . . . . . . . . . . . . . . . . . . 197
  3534.      NCR 53C400 . . . . . . . . . 336                      373, 382, 383                                   SMC 9194 . . . . . . . . . . . . . . 341
  3535.      NCR 53c406a . . . . . . . . . 328                 doc1 . . . . . . . . . . . . . . . . 5, 7           SMC Ultra . . . . . . . . . . . . . 341
  3536.      Seagate ST01/02 . . . . . . 328                   gra . . . . . . . . . . . . . 272, 275              SMP
  3537.      streamer . . . . . . . . . . . . . . 325          gra1 . . . . . . . . . . . . . . . . . . 7             select kernel . . . . . . . . . . . 34
  3538.      TMC-16x0 . . . . . . . 327, 336                   index . . . . . . . . . . . . . . . . . . 87        SMTP . . . . . . . . . . . . . 176, 400
  3539.  
  3540.                                                                                                                                                     515
  3541.  
  3542.  
  3543.  
  3544. Index
  3545.  
  3546. snd au . . . . . . . . . . . . . . . . 265          Turtle Beach                                         hotline . . . . . . . . . . . . . . . 494
  3547. snd mod . . . . . . . . . . . . . . . 265               Classic/Monterey/Tahiti . .                      installation . . . . . . . . . . . 491
  3548. snd wav . . . . . . . . . . . . . . . 265               346                                              phone numbers . . . . . . . . 494
  3549. SNiFF+ . . . . . . . . . . . . . . . . . 60      sound card                                              services . . . . . . . . . . . . . . 497
  3550. SNPP . . . . . . . . . . . . . . . . . . 190        Pro Audio Spectrum . . . 334                         the fastest way to get help . .
  3551. so en . . . . . . . . . . . . . . . . . 477      Soundblaster 16 . . . . . . . . . 264                      492
  3552. Software AG . . . . . . . . . . . . . . 1        source code . . . . . . . . . . . . . 478               times . . . . . . . . . . . . . . . . . 494
  3553. software selection . . . . . . . . 32               compile . . . . . . . . . . . . . . 369           Support
  3554. Sony CDU31A . . . . . 334, 343                   sourcecode . . . . . . . . . . . . . . 85               Commercial . . . . . . . . . . 495
  3555. Sony CDU33A . . . . . 334, 343                   sources . . . . . . . . . . . . . . . . . . 85          Professional Services . . 495
  3556. Sony CDU535 CD-ROM 334,                             compile . . . . . . . . . . . . . . 369              Services . . . . . . . . . . . . . . 495
  3557.        344                                       sox . . . . . . . . . . . . . . . . . . . 265        suse . . . . . . . . . . . . . . . . . . . . 234
  3558. sound . . . . . . . . . . . . . . . . . . 476    sp . . . . . . . . . . . . . . . . . . . . . 360        launch rescue system . . 386
  3559.    AD1816 Chip . . . . . . . . . 344             spindown . . . . . . . . . . . . . . . 287           SuSE . . . . . . . . . . . . . . . . . . 373
  3560.    Aztech Sound Galaxy . . 349                   spool system . . . . . . . . . . . . 291             SuSE
  3561.    Ensoniq SoundScape . . 349                       apsfilter . . . . . . . . . . . . . . 297            services . . . . . . . . . . . . . . 497
  3562.    Gravis Ultrasound . . . . . 345                  control . . . . . . . . . . . . . . . 293         SuSE . . . . . . . . . . . . . . . . . . 497
  3563.    MediaTrix AudioTrix Pro . .                      daemon . . . . . . . . . . . . . . 294            SuSeconfig . . . . . . . . . . . . . 179
  3564.        349                                          filter . . . . . . . . . . . . . 295, 296         SuSEconfig 36, 101, 137, 144,
  3565.    MPU401 . . . . . . . . . . . . . 346             network printer . . . . . . . 302                       178, 237, 249, 280, 360,
  3566.    OPL3 . . . . . . . . . . . . . . . . 347         parts . . . . . . . . . . . . . . . . . 292             387, 396, 398, 399, 401,
  3567.    OPL3-SA1 . . . . . . . . . . . 347               queues . . . . . . . . . . . . . . . 295                403, 406, 468, 514
  3568.                                                  spooling                                             SuSEconfig . . . . . . . . 395, 396
  3569.    OPL3-SAx . . . . . . . . . . . 348               terms . . . . . . . . . . . . . . . . 292         susefax . . . . . . . . . 181, 189
  3570.    Personal Sound System                         spooling mechanism                                   SuSEFax . . . vi, 180, 181, 181,
  3571.        (ECHO ESC614) . . . . 348                    SuSEFax . . . . . . . . 184, 189                        185, 186, 189, 190
  3572.    Pro Audio Spectrum . . . 348                  spooling system                                      SuSEFAX . . . . . . . . . . . . . . 181
  3573.    S3 Sonic Vibes . . . . . . . . 349               apsfilter printer queues . 297                    susefax.images
  3574.    Sound Blaster and clones . .                     apsfilter-configuration . 298                        SuSEFax . . . . . . . . . . . . . 181
  3575.        349                                       squid . . . . . . . . . . . . . . . . . . . 402      susefax.phonebook.file
  3576.    Sound Blaster DSP chipsets                    squid . . . . . . . . . . . . . . . . . 365             SuSEFax . . . . . . . . . . . . . 181
  3577.        350                                       squid2 . . . . . . . . . . . . . . . 365             susefax.setup.file
  3578.    Turtle Beach Maui and                         ssh . . . . . . . 101, 412, 422, 476                    SuSEFax . . . . . . . . . . . . . 181
  3579.        Tropez . . . . . . . . . . . . . 346      ssh . . . . . . . . . . . . . . . 412, 418           susefax.setup.path
  3580.    Turtle Beach Maui, Tropez,                    SSH . . . . . . . . . . . . . . . . . . . 452           SuSEFax . . . . . . . . . . . . . 181
  3581.        Tropez Plus . . . . . . . . . 350         SSL . . . . . . . . . . . . . . . 413, 452           susehelp . . . . . . . . . . . . . 160
  3582.    Turtle Beach MultiSound . .                   Standard in/out . . . . . . . . . . 459              susehilf . . . . . . 5, 196, 382
  3583.        346                                       standby . . . . . . . . . . . . . . . . 285          SuSE Linux . . . . . . . . . . . . 373
  3584.    Turtle Beach Pinnacle/Fiji . .                Stardivision . . . . . . . . . . . . . . . 1            help system . . . . . . . . . . . 382
  3585.        347                                       Staroffice . . . . . . . . . . . . . . . . 60           installation . . . . . . . . . . . 378
  3586.    UART401 . . . . . . . . . . . . 350           StarOffice . . . . . . . . . . 363, 477                 rescue system . . . . . . . . . 385
  3587.    UART6850 . . . . . . . . . . . 350            start . . . . . . . . . . . . . . . . . . . . 423    susepak . . . . . . . . . . . . . . 383
  3588.    YMF71x . . . . . . . . . . . . . 348          startup scripts . . . . . . . . . . . 142            susewm vii, 97, 229, 234, 241,
  3589. Sound                                            startx . . . . . . 98, 216, 241, 359                       242, 246¡249, 514
  3590.    AD1848/CS4248 Chip                            Stefan Endrass . . . . . . . . . . . . 9                general . . . . . . . . . . . . . . . 246
  3591.        (MSS) . . . . . . . . . . . . . 344       streamer                                                setting . . . . . . . . . . . . . . . . . 97
  3592.    Creative Ensoniq 1371                            SCSI . . . . . . . . . . . . . . . . . 325           usage . . . . . . . . . . . . . . . . 247
  3593.        chipset . . . . . . . . . . . . . 345     streamers . . . . . . see hardware,                  susewm . . . . . . . . . . . . . . . . 246
  3594.    Crystal 423x chipsets . . 345                        streamers                                     SuSEwm . . . . . . . . . . . . . . . 247
  3595.    Ensoniq 1370 chipset . . 345                  SUID . . . . . . . . . . . . . . . . . . 414         suspend . . . . . . . . . . . . . . . . 285
  3596.    Generischer OPLx driver . . .                 SunOS . . . . . . . . . . . . . . . . . 440          Swap . . . . . . . . . . . . . . . . . . 459
  3597.        345                                       support                                              swap partition . . . . . . . . . . . . 78
  3598.    MAD16 . . . . . . . . . . . . . . 346            e-mail . . . . . . . . . . . . . . . . 492        swap partition . . . . . . . . 61, 78
  3599.  
  3600. 516
  3601.  
  3602.  
  3603.  
  3604.                                                                                                                                                 Index
  3605.  
  3606.      creating . . . . . . . . . . . . . . . 66      terminal programs . . . . . . . 162                    UNIX . . . . 181, 189, 423, 449,
  3607. swat . . . . . . . . . . . . . . . . . . . 201      terminal window . . . . . . . . 477                            454, 457, 460
  3608. Switch . . . . . . . . . . . . . . . . . 459        testing a PC . . . . . . . . . . . . . 381             Unix98 PTY . . . . . . . . . . . . 362
  3609. Sybase . . . . . . . . . . . . . . . . 1, 60        teTeX . . . . . . . . . . . . . 361, 373               update . . . . . . 3, 355, 362, 475
  3610. symbolic link . . . . . . . . . . . 432             Texinfo . . . . . . . . . . . . . . . . . 389               installation . . . . . . . . . . . . . 17
  3611. Syn Flood Protection . . . . 399                    Texinfo files . . . . . . see texinfo                       installing packages . . . . . 87
  3612. syncPPP . . . . . . . . . . . . . . . . 157         texpire . . . . . . . . . . . . . 179, 180             updating SuSE Linux . . . . 362
  3613. syslinux . . . . . . . . . . . . . . . . 375        text console . . . . . . . . . . . . . 404             URL . . . . . . . . . . . . . . . . . . . 460
  3614. Syslinux . . . . . . . . . . . . . . . . . 50       text files                                             USB . . . . . . . . . . . . . . . . . . . 269
  3615. SYSLINUX . . . . . . . . . . . . 323                     read . . . . . . . . . . . . . . . . . . . . 7    USENET . . . . . . . . . . . . . . . 178
  3616. syslog . . . . . . . . . . . . . . . . . . 387      The XFree86 Project . . . . 207                        user
  3617. system . . . . . . . . . . . . . . . . . 436        Thinkpad                                                    management . . . . . . . . . . . 99
  3618.      update . . . . . . . . . . . . . . . 355            initial installation . . . . . . . 55             USER . . . . . . . . . . . . . . . . . . 452
  3619. System administrator . . . . 459                    tiff . . . . . . . . . . . . . . . . . . 186           user account . . . . . . . . . . . . . 21
  3620. System Commander Deluxe . .                         TIFF software . . . . . . . . . . 185                  useradd . . . . . . . . . . . . . . . . . . 99
  3621.         41                                          tiffg3 . . . . . . . . . . . . . . . . . . . 185       userdel . . . . . . . . . . . . . . . . . . 99
  3622. system configuration 101, 396                       TIFFSoftware . . . . . . . . . . . 185                 users
  3623. system information . . . . . . 378                  timezone . . . . . . . . . . . 397, 403                     adding . . . . . . . . . . . . . . . 423
  3624. system is too big . . . . . . . . 317               tin . . . . . . . . . . . . . . . . . . . . . 180      USRobotics . . . . . . . . . . . . . 194
  3625. system messages . . . . . . . . 477                 TIS Firewall Toolkit . . . . . 420                     UUCP . . . . . . . . . . . . . . . . . 176
  3626. system properties                                   tk . . . . . . . . . . . . . . . . . . . . . 316
  3627.      SuSEFax . . . . . . . . . . . . . 181          tkinfo . . . . . . . . . . . . . 5, 515                V
  3628. system updating                                     tkInfo . . . . . . . . . . . . . . . . . . . . 5       Variable
  3629.      YaST . . . . . . . . . . . . . . . . . 89      Tkinfo . . . . . . . . . . . . . . . . . 515                allowed . . . . . . . . . . . . 302
  3630. System V . . . . . . . . . . . . . . . 391          Tkinfo (tkinfo) . . . . . . . 389                           DISPLAY . . . . . . . 458, 460
  3631.                                                     TMC-16x0 . . . . . . . . . 327, 336                         FEATURE . . . . . . . . . . . . 298
  3632. T                                                   TMC-885/950 . . . . . . . . . . 328                         GS RESOL . . . . . . . . . . . 309
  3633. T-ISDN-DSL . . . . . . . . . . . 162                Token Ring . . . . . . . . . . . . . 341                    HOME . . 234, 237, 251, 302,
  3634. T-Online                                            top . . . . . . . . . . . . . . . . . . . 438                  452, 454
  3635.      PPP . . . . . . . . . . . . . . . . . . 169    traceroute . . . . . . . . . . . . . . 364                  KDEDIR . . . . . . . . . . . . . 235
  3636. tape drives see hardware, tape                      Training . . . . . . . . . . . . . . . . 496                LANG . . . . . . . . . . . . . . . . 397
  3637.         drives                                      Transmission Subscriber                                     LC * . . . . . . . . . . . . . . . . . 397
  3638. tar . . . . 63, 364, 389, 432, 433                          Identification . . . . . . . 187                    MANPATH . . . . . . . 365, 453
  3639. tar . . . . . . . . . . . . . . . . . . . 364       Trantor T128/128F/228 . . 328                               PATH 4, 171, 234, 235, 417,
  3640. Task . . . . . . . . . . . . . . . . . . . 459                                                                     425, 453
  3641. tcl . . . . . . . . . . . . . . . . . . . 316       Trantor T130B . . . . . . . . . . 337                       PRINTER . . . . . . . . . . . . 293
  3642. Tcl/Tk . . . . . . . . . . . . . . . . . 363        tripwire . . . . . . . . . . . . 412, 415                   SHELL . . . . . . . . . . . . . . . 452
  3643. TCP wrapper . . . . . . . . . . . 421               tripwire . . . . . . . . 412, 415                           USER . . . . . . . . . . . . . . . . 452
  3644. tcpd . . . . . . . . . . . . . . . . . . . . 421    Tripwire . . . . . . . . . . . . . . . . 415                WINDOWMANAGER . . . 233,
  3645. tcsh . . . . . . . . . . . . . . . . . . . . 459    Trojan horses . . . . . . . . . . . 412                        234, 241
  3646. te dvilj . . . . . . . . . . . . . 296              TSI . . . . . . . . . . . . . . . . 187, 196           vertical frequency . . . . . . . 219
  3647. telecable . . . . . . . . . . . . . . . 161         tunelp . . . . . . . . . . . . . . . . . . 292         VESA . . . . . . . . . . . . . . . . . . 228
  3648. telephone book                                      Twm . . . . . . . . . . . . . . . . . . . 231          Vesa local bus . . . . . . . . . . . . 56
  3649.      SuSEFax . . . . . . . . . . . . . 187                                                                 VG-AnyLAN . . . . . . . . . . . 340
  3650. Telix . . . . . . . . . . . . . . . . . . . 162     U                                                      vi . 2, 387, 430, 445, 446, 452,
  3651. telnet . 95, 387, 400, 406, 418,                    ugidd . . . . . . . . . . . . . . . . . . 146                  468
  3652.         421, 468, 476                               ulimit . . . . . . . . . . . . . . . 436               virtual consoles . . . . . . . . . 426
  3653. Telnet . . . . . . . . . . . . . . . . . . 459      Ultrastor . . . . . . . . . . . . . . . 322            virtual screen . . . . . . . . . . . 227
  3654. temporary files                                     umount . . . . . . . . . . . . . . . . . 441           virtuoso . . . . . . . . . . . . . . . . . 60
  3655.      delete . . . . . . . . . . . . . . . . 405     UMSDOS . . . . . . . . . . . . . . 459                 virus . . . . . . . . . . . . . . 106, 412
  3656. termcap . . . . . . . . . . . . . . . . 515         uninstall                                              Virus . . . . . . . . . . . . . . . . . . . . 40
  3657. termcap . . . . . . . . . . . . . . . . 389              LILO . . . . . . . . . . . . . . . . 115          viruses . . . . . . . . . . . . . . . . . 477
  3658. Terminal . . . . . . . . . . . . . . . 459          Universal Serial Bus see USB                           VLB . . . . . . see Vesa local bus
  3659.  
  3660.                                                                                                                                                     517
  3661.  
  3662.  
  3663.  
  3664. Index
  3665.  
  3666. vmlinuz . . . . . . . . . . . . . . . . 465          wuftpd . . . . . . . . . . . . . . . . . 360               modes . . . . . . . . . . . . . . . . 227
  3667.                                                      wuftpd . . . . . . . . . . . . . . . 363                   monitor . . . . . . . . . . . . . . 227
  3668. W                                                    wvdial . v, 149, 163¡165, 168,                             monitor section . . . . . . . 228
  3669. w . . . . . . . . . . . . . . . . . . . . . . 437            279, 280, 289                                      screen section . . . . . . . . . 226
  3670. Wabi . . . . . . . . . . . . . . . . . . . . 60      wvdial . . . . . . . . . . . . . . . 279                   subsection
  3671. WAN . . . . . . . . . . . . . . 149, 460             wvdial . . . . . . . . . . . . . . . 150               display . . . . . . . . . . . . . . . . 227
  3672. WD80x3 . . . . . . . . . . . . . . . 341             Wvdial . . . . . . . . . . . . . . . . . 163               virtual . . . . . . . . . . . . . . . . 227
  3673. Western Digital WD80x3 341                           wvdial.lxdialog . . . . . . . . . 164                 xf86Setup . . . . . . . . . . . . . . 228
  3674. WfW . . . . . . . . . . . . . . . . . . 439          wvdial.tcl . . . . . . . . . . . . . . 164            XF86Setup . . . . 207, 208, 218
  3675. wget . . . . . . . . . . . . . . . . . . . 403       WWW-server . . . . . . . . . . . 478                  xformsd . . . . . . . . . . . . . . 362
  3676. wget . . . . . . . . . . . . . . . . . . 369                                                               XFree86TM . . . . . . . . . . . . . 208
  3677. Wide Area Network see WAN                            X                                                     xfsetup . . . . . . . . . 207, 208
  3678. widget . . . . . . . . . . . . . . . . . 250         X . . . . . . . . . . . . . . . . . . . . . . 224     xglint . . . . . . . . . . . 359, 360
  3679. wildcards . . . . . . . . . . . . . . . 429          X -probeonly . . . . . . . 223, 224                   xinetd . . . . . . . . . . . . . 400, 421
  3680. Wildcards . . . . . . . . . . . . . . 460            X Consortium, Inc. . . . . 2, 207                     xinfo . . . . . . . . . . . . . . . . . . . . . 5
  3681. Windows NT . . . . . . . . . . . 439                 X server . . . . . . . . . . . . . . . . 460          xinfo . . . . . . . . . . . . . . . . . 516
  3682. window . . . . . . . . . . . . . . . . 250           X Window System . . 207, see                          XInfo . . . . . . . . . . . . . . . . . . 516
  3683. Window . . . . . . . . . . . . . . . . 460                   X11, 225, 460                                 XInfo (xinfo) . . . . . . . . . 389
  3684. window manager                                       X.75 . . . . . . . . . . . . . . . . . . . 157        xisdnload . . . . . . . . . . . . . . . 151
  3685.    configuration . . . . . . . . . 250               X11 . . . . . . . . . . . . . . . . . . . . 207       xli . . . . . . . . . . . . . . . . . . . . . 242
  3686.    fvwm2 . . . . . . . . . . . . . . . 239                .Xresources . . . . . . . . . . . 251            xntp . . . . . . . . . . . . . . 403, 404
  3687.    setting . . . . . . . . . . . . . . . . . 97           configuration . . . . . 208, 218                 xpmroot . . . . . . . . . . . . . . . . 242
  3688.    start . . . . . . . . . . . . . . . . . . 241      keyboard . . . . . . . . . . . . . . 219             xrdb . . . . . . . . . . . . . . . . . . . 252
  3689. Window manager . . . . . . . 460                      mice . . . . . . . . . . . . . . . . . . 218         xrpm . . . . . . . . . . . . . . . . . . . 371
  3690. windowmanager . . . . . . . . 229                     monitors . . . . . . . . . . . . . . 219             xsetroot . . . . . . . . . . . . . . . . 244
  3691.    tasks . . . . . . . . . . . . . . . . . 232        X server . . . . . . . . . . . . . . . 221
  3692. WINDOWMANAGER . 233, 234,                                 defaults . . . . . . . . . . . . . . 250         xsis . . . . . . . . . . . . . . . . . . 360
  3693.        241                                                display manager . . . . . . . 404                xterm 151, 162, 241, 251, 451
  3694. Windows . 189, 190, 479, 516                              graphics cards . . . . . . . . 220               xterms . . . . . . . . . . . . . . . . . 242
  3695.    Samba . . . . . . . . . . . . . . . 403                optimization . . . . . . . . . . 225             xv . . . . . . . . . . . . . . . . . . . . . 242
  3696.    SMB . . . . . . . . . . . . . . . . . 197              shutdown . . . . . . . . . . . . . 404           xvga16 . . . . . . . . . . . . . . . 207
  3697. Windows . . . . . . . . . . . . . . . 197                 start . . . . . . . . . . . . . . . . . . 216    xvidtune . . . . . . . . . . . . . . . . 217
  3698. Windows Explorer . . . 56, 127                            user settings . . . . . . . . . . 251            Xwrapper . . . . . . . . . . . . . . 360
  3699. Windows NT . . . . . . . 181, 197                    X11R1 . . . . . . . . . . . . . . . . . 207
  3700.    bootmanager . . . . . . . . . . 105               X11R6.3 . . . . . . . . . . . . . . . 208             Y
  3701. Windows partitions . . . . . . . 81                  x3dlabs . . . . . . . . . . . . . . 360               yast
  3702. Windows 95                                           xarchie . . . . . . . . . . . . 250, 251                   ISDN . . . . . . . . . . . . . . . . 153
  3703.    assigning Linux partitions . .                    xcyrix . . . . . . . . . . . . . . . 360              yast . . . . . . . . . . . . . . . . 39, 71
  3704.        49                                            xdm . . 97, 233, 236, 360, 398,                       YaST . ii¡v, 2, 3, 8, 13, 14, 19,
  3705. Windows 95/98 . . . . . . . . . 457                          458, 501                                              20, 23¡25, 28¡40, 43, 50,
  3706.    assigning Linux partitions . .                    XDM . . . . . . . . . . . . . . . . 97, 98                    56, 59, 65¡69, 71¡73, 76,
  3707.        49                                            xdvi . . . . . . . . . . . . . . . . . . . 423                78, 82¡89, 91¡97, 99¡102,
  3708.    bootmenu . . . . . . . . . . . . 125              Xenix . . . . . . . . . . . . . . . . . . 440                 108, 114, 117, 122, 133,
  3709.    DOS mode . . . . . . . . . . . . 44               xf86 . . . . . . . . . . . . . . 208, 316                     134, 136, 137, 141, 142,
  3710. Windows 98 . see Windows 95                          xf86config . vi, 207, 208, 218,                               144, 145, 150¡166, 168,
  3711. Windows NT . . . . . . . . . . . 457                         221, 223¡225, 228                                     176, 178, 179, 207, 208,
  3712. WinFlex . . . . . . . . . . . 190, 516               XF86Config . . . . . . . . . . . . 218                        212, 238, 247, 249, 259,
  3713. WinFlex . . . . . . . . . . . . . . . . 190               clocks . . . . . . . . . . . . . . . . 227               275, 278, 280, 282, 289,
  3714. WINS . . . . . . . . . . . . . . . . . . 198              depth . . . . . . . . . . . . . . . . 227                291, 296¡300, 302, 303,
  3715. Wm2 . . . . . . . . . . . . . . . . . . 231               device . . . . . . . . . . . . . . . . 227               309, 310, 314, 356¡362,
  3716. wrapper                                                   device section . . . . . . . . . 227                     364, 369¡371, 376,
  3717.    SuSEFax . . . . . . . . . . . . . 181                  driver . . . . . . . . . . . . . . . . 226               383¡385, 395¡399, 411,
  3718. WU-FTPD . . . . . . . . . . . . . 363                     modeline . . . . . . . . . . . . . 227                   415, 450, 465¡468,
  3719.  
  3720. 518
  3721.  
  3722.  
  3723.  
  3724.                                                                                                                                      Index
  3725.  
  3726.    476¡478, 480, 492, 501,                      package dependencies . . 87                     YaST . . . . . . . . . . . . . . . . . . . 71
  3727.    506, 507, 509, 515, 517                      package selection . . . . . . . 84              YaST1 . . . . . . . . . . . ix, 28, 356
  3728. LILO . . . . . . . . . . . . . . 92, 93         partitioning . . . . . . . . . . . . 77         YaST2 . . i, ix, 13¡22, 24, 284,
  3729. administration . . . . . . . . . 89             selecting keyboard layout 73                            356
  3730. backup . . . . . . . . . . . . . . . 102        selecting the language . . 72                        adding mouse . . . . . . . . . . 16
  3731. boot configuration . . . . . . 92               series selection . . . . . . . . . 84                integrating keyboard . . . . 16
  3732. boot kernel . . . . . . . . . . . . 92          setting filesystem . . . . . . . 79                  selecting time zone . . . . . 16
  3733. configuration . . . . . . . . . . 83            setting mountpoint . . . . . 80                 Yellow Pages . . . . . . . . see YP
  3734. configuration file . . . . . . 101              Setting the filesystem type .                   YP
  3735. formatting . . . . . . . . . . . . . 82            80                                                client configuration . . . . . 95
  3736. fstab file . . . . . . . . . . . . 82           setting up a CD-ROM drive                            server . . . . . . . . . . . . . . . . 402
  3737. function keys . . . . . . . . . . 71               89                                           yp.conf . . . . . . . . . . . . . . . . . 144
  3738. group administration . . 100                    setting up a modem . . . . . 89                 ypbind . . . . . . . . . . . . . . . . . 145
  3739. index of all series and                         setting up a mouse . . . . . . 89               ypclient . . . . . . . . . 95, 144
  3740.    packages . . . . . . . . . . . . 87          setting up a network card 89                    ypserver . . . . . . . . . . . . . . . . 144
  3741. inode density . . . . . . . . . . 81            setting up a printer . . . . . 90               ypserver . . . . . . . . . . . . . 145
  3742. installation . . . . . . . . . . . . . 72       setting up a scanner . . . . . 89
  3743. installation medium . . . . 73                  size of installation . . . . . . 83
  3744. installing packages . . . . . 87                susewm . . . . . . . . . . . . . . . 97         Z
  3745. integrating hardware . . . . 89                 system security . . . . . . . 101               ZIP drive
  3746. kdm . . . . . . . . . . . . . . . . . . . 97    system updating . . . . . . . . 89                   parallel port . see hardware,
  3747. main menu . . . . . . . . . . . . 71            user management . . . . . . . 99                        parallel port
  3748. network . . . . . . . . . . . . . . . 95        xdm . . . . . . . . . . . . . . . . . . . 97    ZIP drives . see hardware, ZIP
  3749. package deleting . . . . . . . 89               XFree . . . . . . . . . . . . . . . . 101               drives
  3750.  
  3751.  
  3752.  
  3753.  
  3754.  
  3755.  
  3756.  
  3757.  
  3758.  
  3759.  
  3760.  
  3761.  
  3762.  
  3763.  
  3764.  
  3765.  
  3766.  
  3767.  
  3768.  
  3769.  
  3770.  
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.  
  3778.                                                                                                                                         519
  3779.  
  3780.  
  3781.  
  3782. Reference: Important Commands and Files
  3783. The blanks between commands and options ("separators") are essential and
  3784. have to be entered as "blanks" (whitespaces)! See Section 1.3 page 4.
  3785.  
  3786. Info/Documentation
  3787.  less <file name>               View text file
  3788.  cd <directory>                 Change to directory
  3789.                                 (wrong: cdDirectory
  3790.  ls -l <dir or file>            List Directory and File Attributes
  3791.  rpm -qi <package name>
  3792.                                 Package info
  3793.  man <command>                  Manpage for a command
  3794.  /usr/doc/howto                 Lots of HOWTOs concerning lots of topics
  3795.  /usr/doc/packages/* Documentation on installed packages
  3796.  /usr/doc/packages/i4l/README.Quick
  3797.                                 current ISDN documentation
  3798.  
  3799. General Configuration Files and Logs
  3800.                                 Synonym for Home directory
  3801.  /etc                           Directory of configuration files
  3802.  /etc/conf.modules              Automatic loading of modules
  3803.  /etc/rc.config                 SuSE Linux main configuration file
  3804.  /etc/rc.config.d               Directory of /etc/rc.config components
  3805.  /etc/profile                   Configuration of the login shell (bash)
  3806.  /etc/profile.d                 Directory for /etc/profile components
  3807.   /.profile                     Own extension for /etc/profile
  3808.                                 see  /.bashrc and  /.bashrc_login
  3809.  
  3810.  /var/log                       Directory for system logs
  3811.  /var/log/messages              general system messages
  3812.  /var/log/boot.msg              Kernel boot messages
  3813.  
  3814. System Start
  3815.  /etc/lilo.conf                 LILO configuration file
  3816.  /sbin/init.d                   Directory for system start scripts
  3817.  
  3818. X Configuration
  3819.  /etc/XF86Config                X Server configuration file
  3820.   /.X.err                       X Server messages
  3821.  /var/X11R6/bin/X --> /usr/X11R6/bin/XF86_xxxx the X Server
  3822.  
  3823. Network
  3824.  /sbin/ifconfig                 Show network configuration
  3825.  /sbin/route -n                 Show routing table
  3826.  ping <IP number>               Test whether host is reachable
  3827.  
  3828.  
  3829.  
  3830.