Processes In Linux - How Linux Works Internally? Explained in Detail
Processes are programs running on your Linux system, managed by the Kernel. Each Process has a PID (Process ID) associated with it used by the Kernel to identify it. If we execute the command ps
The terminal shows us four columns.
PID - Process ID
...
kshitijcodes.hashnode.dev15 min read