Blame Manual/Introduction/convenctions.texi

34051a
In this manual, certain words are represented in different fonts,
34051a
typefaces, sizes, and weights. This highlighting is systematic;
34051a
different words are represented in the same style to indicate their
34051a
inclusion in a specific category. The types of words that are
34051a
represented this way include the following:
34051a
671838
@table @command
671838
@item command
34051a
34051a
Linux commands (and other operating system commands, when used) are
34051a
represented this way. This style should indicate to you that you can
34051a
type the word or phrase on the command line and press Enter to invoke
34051a
a command. Sometimes a command contains words that would be displayed
34051a
in a different style on their own (such as file names). In these
34051a
cases, they are considered to be part of the command, so the entire
34051a
phrase is displayed as a command. For example:
34051a
34051a
Use the @command{cat testfile} command to view the contents of a file,
34051a
named testfile, in the current working directory.
671838
@end table
34051a
671838
@table @file
671838
@item file name
34051a
34051a
File names, directory names, paths, and RPM package names are
34051a
represented this way. This style indicates that a particular file or
34051a
directory exists with that name on your system. Examples:
34051a
34051a
The @file{.bashrc} file in your home directory contains bash shell
34051a
definitions and aliases for your own use.
34051a
34051a
The @file{/etc/fstab} file contains information about different system
34051a
devices and file systems.
34051a
34051a
Install the @file{webalizer} RPM if you want to use a Web server log
34051a
file analysis program.
671838
@end table
34051a
671838
@table @key
671838
@item key
34051a
34051a
A key on the keyboard is shown in this style. For example:
34051a
34051a
To use @key{TAB} completion to list particular files in a directory,
34051a
type @command{ls}, then a character, and finally the Tab key. Your
34051a
terminal displays the list of files in the working directory that
34051a
begin with that character.  key-combination
34051a
34051a
A combination of keystrokes is represented in this way. For example:
34051a
34051a
The @key{Ctrl-Alt-Backspace} key combination exits your graphical
34051a
session and returns you to the graphical login screen or the console.
671838
@end table