Question: Find a file in the directory /etc (a file, not another directory) that you are not able to read as the user sysadmin. List the
Find a file in the directory /etc (a file, not another directory) that you are not able to read as
the user sysadmin. List the permissions of just that file, take a screenshot, including the date,
and explain what the permissions mean. I use this code find /etc -type f ! -readable -ls
Use the sudo command to view the first 5 lines of the file you identified in the previous step I use this code : sudo head -n 5
what is the next step ???????????????
Step by Step Solution
There are 3 Steps involved in it
After executing the command sudo head n 5 the next step is to analyze the contents of the file you i... View full answer
Get step-by-step solutions from verified subject matter experts
