© David Both 2020
D. BothUsing and Administering Linux: Volume 2https://doi.org/10.1007/978-1-4842-5455-4_4

4. Managing Processes

David Both1 
(1)
Raleigh, NC, USA
 

Objectives

In this chapter you will learn
  • What a process is

  • How processes are represented to the kernel

  • Kernel process scheduling

  • How processes use system resources

  • To use common Linux tools for exploring and managing processes

Processes

The function of an operating system like Linux is to run programs that perform tasks for the users. Behind the scenes, the operating system runs its own programs that are used to manage the computer hardware, the devices attached to it, and the running programs themselves.

Each program consists of one or more processes. A process is a running program and consumes ...

Get Using and Administering Linux: Volume 2: Zero to SysAdmin: Advanced Topics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.