Question: Write a program to read from the /proc file system. When your program executes it should list all of the running processes on your machine.
Write a program to read from the /proc file system. When your program executes it should list all of the running processes on your machine. The user will be able to input one of the process IDs and ask for particular information about that process. Give the user several menu items to choose from that list certain pieces of process information to display. You will have to do a bit of research on what type of information is available in /proc before you begin.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
