Question: Linux Process Management (5) 1. Write a command that will start a background process to display the full path and file name of all files
Linux Process Management (5)
1. Write a command that will start a background process to display the full path and file name of all files on the system with the string "task_struct" somewhere in the file. Redirect standard error to /dev/null and redirect standard output to the file ~/homework8.1. Insert the output of the command below it. Insert the contents of the ~/homework8.1 file below that.
2. Write a command that will start a background process that will list the names of all users who have unread mail in the /var/spool/mail directory. Redirect standard error to /dev/null and redirect standard output to the file ~/homework8.2. Insert the output of the command below it. Insert the contents of the ~/homework8.2 file below that.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
