Linux Under the hood
When the linux OS runs your program , it creates a process. That process gets its
. own Virtual address space
. own file descriptors
.own memory
Linux kernel (monolithic kernel) tracks all of this in
linuxhunting.hashnode.dev7 min read