Question: In a Linux terminal, please run command ps ef. You will see a list of processes in the system. 1. Pick up the bash process
In a Linux terminal, please run command ps ef. You will see a list of processes in the system.
1. Pick up the bash process (the Shell process) which you are its owner (suppose the process is PROC), obtain its PID (Process ID).
2. go to /proc, then go to the corresponding directory for this process PROC, answer the following questions:
What are the cmdline, environ, io, and sched of the process PROC?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
