Linux-Mandrake: |
Install Guide |
MandrakeSoft
January 2000 http://www.linux-mandrake.com
To help you understand better what is being explained, this document uses different fonts for topics with different interpretations. Some fonts are used for different kinds of objects; either the context will tell you which type of object is being referred to, or the exact distinction is not significant.
Note that the size of the font is automatically scaled to best fit the page width in the following environments. Most of the examples in this section use programs invoked from a command line, that is to say a terminal where you type commands. Refer to the corresponding chapter for more information on how to get a terminal.
# Snippets are presented like this.
# A snippet is an interaction in a
# terminal between the user and
# the computer.
# Lines beginning with a "sharp"
# sign like this one are comments.
# Lines beginning with a "dollar" sign
# ($) are commands you should type,
# either as yourself or as root
# (read the context to know that).
# Lines ending with a "backslash" (\)
# are lines that continue on the
# next line. Some programs support
# this syntax.
# Other lines are the computer messages
$ file /dev/null
/dev/null: character special (1/3)
$ echo Hello \
World
Hello World
$ echo Hello World
Hello World
# Literal portions of configuration files
# are displayed like this. Often, lines
# beginning with a "sharp" (#) sign are
# comments.
# assign a value to the FOO variable
FOO="My value"
command <non literal argument> [optional argument ...]
It is very important to understand how to interpret the special signs in syntaxes.
The "greater than" and "less than" signs denote an
argument not to be copied verbatim, but to interpret before you do so.
For example, <filename>
refers to the actual name of the file. If
this name is foo.txt
, you should type foo.txt
, and not
<foo.txt>
or <filename>
.
The square brackets denote optional arguments, which you may or may not include in the command.
The continuation points mean that an arbitrary number of items can be included there.
The syntax used in these pages is representative of syntax you will see in the synopsis of the system's manual pages.
Material you should type literally is displayed like this.
Messages the computer spits are displayed like this.
This manual uses a number of different fonts (which can sometimes be combined) to help you distinguish the semantics or nature of the words used. They will appear in the following manner:
:)
This font
is used to show commands you should type as is
in a terminal.
'This font'
is used to show variable names.
This font
is used to display filenames.
command <argument>
. See
above to know how to read the contents of a syntax.
This font
is used to display a literal message, or
something you should type literally.
This font
is used to display options.
http://machine/path/
.
user@domain.xyz
.
comp.os.linux
.
Escape
.
'a'
.
user
.
command(section)
.Note: remarks to take into account are presented this way.
Warning: important remarks are displayed like this.
This manual was typeset with LaTeX. Perl and GNU Make
were used to manage the set of files involved. Pictures have been shot
with xwd
and converted with convert
(from the
ImageMagick package). PostScript
files were produced
with dvips
. All of these pieces of software are available on
your Linux-Mandrake distribution, and all are free software.