Question: 1. Write a command that will display the process id number and total cpu for each process accociated with your userid. 2. Write a command
1. Write a command that will display the process id number and total cpu for each process accociated with your userid.
2. Write a command that will display the process ID number and total CPU time of the process with the most total CPU time.
3. Write a command that will kill job 1.
4. Write a command that will display the process ID numbers of the zombie processes on the system
Step by Step Solution
There are 3 Steps involved in it
1 Command to display process ID number and total CPU for each process associated with your userid Bash ps e o pidcputimecpu user USER This command will display a list of all processes associated with ... View full answer
Get step-by-step solutions from verified subject matter experts
