Linux Processes
Lets us understand, what the output is when we run ps command
ps
we have,
PID: Process ID
TTY: Controlling terminal associated with the process
STAT: Process status code
TIME: Total CPU usage time
CMD: Name of executable/command
Let's try a new com...
scorcism.hashnode.dev2 min read