Process management basics in centOS 8 explained in tamil

Опубликовано: 21 Февраль 2026
на канале: Noob kiddie
192
7

Hi all today we are going to see about process management in centOS 8 and also it will work in most of the linux operating systems.

Commands to view.
ps - process status
( here we can see the current running process that invoked by our terminal usually what command we give in the terminal it will consider as a process)

Top - to see the all running processes of a system in real time view.
( here we can see the cpu usage and ram overall running process)

Kill - to kill or stop a process
( sometimes kill process will not stop the process.To overcome it we can give kill 9 pid of process)

How to sleep or pause a running process ?
To put a process in sleep state we can use ctrl+z button.
If we want to make a process to run in forground give (fg process job number)


I hope you will learn some basics of process management in this video.

Note: all these stuff we are doing here need sudo access so make sure it before you proceed.

If you have any doubts
Telegram: @noobkiddie

Thanks and welcome❤.