Linux terminologies: Process, PID and TID
Process...What is that?๐ค
A process is an instance of one or more related tasks (threads) executing on your computer. ๐
Not the same as a program or a command. โ
A single command may start several processes simultaneously.
Some processes are indep...
prajjwal-mathur.hashnode.dev2 min read