Skip to Main Content
Learning the Unix Operating System, 5th Edition
book

Learning the Unix Operating System, 5th Edition

by John Strang, Grace Todino, Jerry Peek
October 2001
Beginner content levelBeginner
174 pages
4h 33m
English
O'Reilly Media, Inc.
Book available
Content preview from Learning the Unix Operating System, 5th Edition

Glossary

alphanumeric

Characters: letters (alpha) and numbers (numeric), including punctuation characters (such as _ and ?).

click

Depress and quickly release a mouse button; double- and triple-click imply depressing and releasing a mouse button two or three times, respectively, within a short period. You’ll usually click with the first mouse button (which is the left mouse button for righthanded users—or the opposite if your mouse has been configured for a lefthanded user). See also point.

clipboard

A temporary storage area for X Window System programs, used for transferring text (“copying” and “pasting” text) between programs.

command

A command is an instruction that you can give to a program running on the Unix system. For instance, you can type a program’s name and arguments on a command line, at a shell prompt; this command asks the shell to run that program. (The shell is a program itself; see shell.) Once a program starts running, it may accept commands of its own. For example, a text editor has commands for deleting and adding text to the file it’s editing.

The terms command and program are used almost interchangeably, probably because the program name is typed first on a command line (at a shell prompt). Shells have some built-in commands that don’t start a separate program running; one of these is cd, which changes the shell’s working directory.

cracker

A malicious person who tries to break into computer systems (usually via a network), disrupt computers and ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning the UNIX Operating System, Fourth Edition

Learning the UNIX Operating System, Fourth Edition

Grace Todino, John Strang, Jerry Peek
Understanding the Linux Kernel, 3rd Edition

Understanding the Linux Kernel, 3rd Edition

Daniel P. Bovet, Marco Cesati

Publisher Resources

ISBN: 0596002610Supplemental ContentErrata Page