Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Although it's been around for a while, the genetic library and its associated kernel plugins by Jake Moilanen have again surfaced in some of the more recent cutting-edge kernels...
NewsForge: FreeDOS 1.0 Born After 12-Year Gestation
Nearly two months to the day after rumors circulated that the open source MS-DOS operating system project FreeDOS was 'dead,' version 1.0 has been released by its creator, Jim Hall...
Slackware Blog: Slackware 11.0 Release Candidate 5
Slackware 11.0 Release Candidate 5 has been released. This is supposed to be the 'last one, scouts honor...'
NW Indiana Times: State Program Computes for Tri-Creek Schools
'The caveat is that we must buy low-cost computers, and we must use open source software,' Hopper said...
Tectonic: State Science Department Embraces Linux
South Africa's department of science and technology (DST) is taking bold steps towards switching to free and open source software (Foss) and is starting to move its first desktop users over to Linux...
introduction
welcome to the red hat enterprise linux installation guide. this guide contains useful information to assist you during the installation of red hat enterprise linux 4. from fundamental concepts such as installation preparation to the step-by-step installation procedure, this book will be a valuable resource as you install red hat enterprise linux.
1. document conventions
when you read this manual, certain words are represented in different fonts, typefaces, sizes, and weights. this highlighting is systematic; different words are represented in the same style to indicate their inclusion in a specific category. the types of words that are represented this way include the following:
- command
linux commands (and other operating system commands, when used) are represented this way. this style should indicate to you that you can type the word or phrase on the command line and press
[enter] to invoke a command. sometimes a command contains words that would be displayed in a different style on their own (such as file names). in these cases, they are considered to be part of the command, so the entire phrase is displayed as a command. for example:use the cat testfile command to view the contents of a file, named testfile, in the current working directory.
- file name
file names, directory names, paths, and rpm package names are represented this way. this style should indicate that a particular file or directory exists by that name on your system. examples:
the .bashrc file in your home directory contains bash shell definitions and aliases for your own use.
the /etc/fstab file contains information about different system devices and file systems.
install the webalizer rpm if you want to use a web server log file analysis program.
- application
this style indicates that the program is an end-user application (as opposed to system software). for example:
use mozilla to browse the web.
[key] a key on the keyboard is shown in this style. for example:
to use
[tab] completion, type in a character and then press the[tab] key. your terminal displays the list of files in the directory that start with that letter.[key] -[combination] a combination of keystrokes is represented in this way. for example:
the
[ctrl] -[alt] -[backspace] key combination exits your graphical session and return you to the graphical login screen or the console.- text found on a gui interface
a title, word, or phrase found on a gui interface screen or window is shown in this style. text shown in this style is being used to identify a particular gui screen or an element on a gui screen (such as text associated with a checkbox or field). example:
select the require password checkbox if you would like your screensaver to require a password before stopping.
- top level of a menu on a gui screen or window
a word in this style indicates that the word is the top level of a pulldown menu. if you click on the word on the gui screen, the rest of the menu should appear. for example:
under file on a gnome terminal, the new tab option allows you to open multiple shell prompts in the same window.
if you need to type in a sequence of commands from a gui menu, they are shown like the following example:
go to main menu button (on the panel) => programming => emacs to start the emacs text editor.
- button on a gui screen or window
this style indicates that the text can be found on a clickable button on a gui screen. for example:
click on the back button to return to the webpage you last viewed.
- computer output
text in this style indicates text displayed to a shell prompt such as error messages and responses to commands. for example:
the ls command displays the contents of a directory. for example:
desktop about.html logs paulwesterberg.png mail backupfiles mail reports
the output returned in response to the command (in this case, the contents of the directory) is shown in this style.
- prompt
a prompt, which is a computer's way of signifying that it is ready for you to input something, is shown in this style. examples:
$
#
[stephen@maturin stephen]$
leopard login:
- user input
text that the user has to type, either on the command line, or into a text box on a gui screen, is displayed in this style. in the following example, text is displayed in this style:
to boot your system into the text based installation program, you must type in the text command at the boot: prompt.
- replaceable
text used for examples, which is meant to be replaced with data provided by the user, is displayed in this style. in the following example, <version-number> is displayed in this style:
the directory for the kernel source is /usr/src/<version-number>/, where <version-number> is the version of the kernel installed on this system.
additionally, we use several different strategies to draw your attention to certain pieces of information. in order of how critical the information is to your system, these items are marked as a note, tip, important, caution, or warning. for example:
![]() | note |
|---|---|
remember that linux is case sensitive. in other words, a rose is not a rose is not a rose. |
![]() | tip |
|---|---|
the directory /usr/share/doc/ contains additional documentation for packages installed on your system. |
![]() | important |
|---|---|
if you modify the dhcp configuration file, the changes do not take effect until you restart the dhcp daemon. |
![]() | caution |
|---|---|
do not perform routine tasks as root — use a regular user account unless you need to use the root account for system administration tasks. |
![]() | warning |
|---|---|
be careful to remove only the necessary red hat enterprise linux partitions. removing other partitions could result in data loss or a corrupted system environment. |




