“A process in Linux is nothing but a program in execution. It’s a running instance of a program. Any command that you execute starts a process.” – DigitalOcean How to Kill a Process The Linux operating system considers every running…
Tag: process
How to Check Memory Usage of Processes on Linux
One of the basic task you can do on your computer or server is to check how much memory or RAM (Random Access Memory) each of the process is using. RAM or memory of your computer or server is limited…