Lesson11.Managing Processes in Unix


Lesson 11. Managing Processes in Unix

In this lesson, you will learn how to work with Unix's internal processes.

In this lesson, we will continue to unleash the power of Unix by learning to work with processes. All the tools we have worked with in the first 10 lessons create processes on your Unix system. In other words, if you use a command that starts an email client on your Unix system (such as sendmail), you have started an internal process within Unix that runs to support the email client. Each command used in Unix creates a process that the Unix operating system runs until it is finished or killed. The word kill refers to ending a process in Unix.

What Is a Process? In the dictionary, the term process can be defined as a procedure or a particular course of action intended to achieve a desired result.

In computer terminology (namely, in your Unix environment), a process is a single executable module (also known as a code or program) that runs concurrently with other executable modules.


Unix is flexible. You can create processes that run entirely in the background or that start and run in the middle of the night without needing you to be logged into the computer. In this lesson, we will learn how to use Unix to start and stop processes. We will also learn commands that help automate processes. Automation means that you do not have to manually input a command; it can be done automatically by a tool (such as at) to help ease your workload.



    SAMS Teach Yourself Unix in 10 Minutes
    Sams Teach Yourself Unix in 10 Minutes (2nd Edition)
    ISBN: 0672327643
    EAN: 2147483647
    Year: 2005
    Pages: 170

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net