Linux Basics : Part14 : Process Management
A process is a set of instructions loaded into memory. Every Process contains a unique process identification number also known as PID. To list ongoing processes, you can use various commands such as “ps“, “top” and many more. Each command has its own significance and give a variety of information about the process. Let us … Read more