Essential Linux Concepts for DevOps - Part 12- Process Monitoring
A process means program in execution. It generally takes an input, processes it and gives us the appropriate output. ps command can be used in linux to get the list of processes running in foreground. Each process will have a unique identifier called...
ashokmahanthi.hashnode.dev2 min read