SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 101 | Next

"Debian GNU/Linux : Guide to Installation and Usage"

You already know they are there.
Processes
We mentioned before that GNU/Linux is a multitasking system. It can do
many tasks at once. Each of these tasks is called a process. The best way
to get a sense of this is to type top at the shell prompt. You'll get a
list of processes, sorted according to how much of the computer's
processing time they're using. The order will continuously change before
your eyes. At the top of the display, there's some information about the
system: how many users are logged in, how many total processes there are,
how much memory you have and how much you're using.
In the far left column, you'll see the user owning each process. The far
right column shows which command invoked the process. You'll probably
notice that top itself, invoked by you, is near the top of the list
(because anytime top checks on CPU usage, it will be active and using CPU
to do the check).
Note that in all the commands ending in ``d'' - such as kflushd and inetd
- the ``d'' stands for daemon.
Daemon originally meant Disks And Extensions MONitor.


Pages:
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113