Quantcast
Channel: dzone.com: unix-linux
Viewing all articles
Browse latest Browse all 405

Code Vs Program Vs Process in Linux

$
0
0

A process is nothing but a running instance of a program. It is also defined as a program in action. The concept of a process is fundamental concept of a Linux system. Processes can spawn other processes, kill other processes, communicate with other processes and much more. In this tutorial, we will discuss life cycle of a process and touch base on various aspects that a process goes through in its life cycle.


Viewing all articles
Browse latest Browse all 405

Trending Articles