| Like this CertiGuide? Get it in PDF format! |
Click Here!
|
|
|
Process Management
Managing a Linux system requires
a system administrator to not only monitor users, and the file system,
but also the various processes that are running. Various aspects of
a process will be discussed then several command line tools that can
be used to control and manage the processes the system is running.
Whats in a Name?
Remember one of the basics tenets of Linux: it treats all of its resources like a file and assigns all devices a file name. |
Device resources can be found
in the /dev directory. For example, the name for CD-ROM might be /dev/cdrom
(actually, this is probably a link or pointer to the actual device within
the same directory). This device is actually indirect address, since
its file system mounted in the root file system, typically at /mnt/cdrom.
Other devices such as a printer might be accessed by writing directly
to its device name, /dev/lp0, for the first parallel port printer.
A console that is directly connected to the computer would probably
be /dev/tty0. For most commands, this might be the standard input and
standard output device..
|
Quick navigation to subsections and regular topics in this section
|
| If you find CertiGuide.com useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider buying an inexpensive PDF equivalent of the CertiGuide to A+ (A+ 4 Real) from StudyExam4Less.com. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
CertiGuide to A+ (A+ 4 Real) (http://www.CertiGuide.com/apfr/) on CertiGuide.com
Version 1.0 - Version Date: March 29, 2005
Adapted with permission from a work created by Tcat Houser et al.
CertiGuide.com Version © Copyright 2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|