KnowledgeCity

Linux Beginner: Processes

Learn to manage processes in Linux
Preview the first lesson free — get full access to all 4 lessons.

To view this video please enable JavaScript.

Course: On-Demand
Beginner  Provider Jeremy Kurtz  4 Lessons ·  17m  in Arabic, German, English, Spanish, French, Portuguese, Chinese Simplified 

What You'll Learn

  • Identify the types of processes in Linux, including parent and child processes
  • Run processes in the foreground and background using process-related commands
  • Recognize signals and interpret what they indicate when a process is interrupted
  • Distinguish between serious signal issues and those that do not require action
  • Shut down the Linux system properly to avoid damaging the file system

Key Takeaways

  • In Linux, everything done from the terminal is process oriented, since a process is a program running in either the background or the foreground.
  • There are two types of processes, parent and child, and many different commands can be used to run them.
  • When a process is interrupted it generates a signal, which can indicate either a serious issue or something that does not necessarily need to be addressed.
  • Shutting Linux down correctly is imperative because improper shutdown can damage the file system.

Frequently Asked Questions

What does this course cover?

It covers the types of processes and process-related commands in Linux, signals and how they work together and are managed, and how to shut down the system.

What lessons are included in this course?

The course includes four lessons: Processes and Their Types, Process-Related Commands, Signals, and Shutting Down the System.

What are the learning objectives?

By the end of the course you will know the types of processes, recognize the signals and what they indicate, and understand how to shut down the system.

What skills will I gain from this course?

You will build skills in the Init Process, Linux Commands, Linux Programs, Process Lifecycle, Process Sequencing, and Unit Processes.

Why is it important to understand Linux processes?

Because everything done from the terminal is process oriented, and it is important to recognize whether an interrupted process signals a serious issue and to shut down correctly to avoid damaging the file system.