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

1 Expert Approved Answer
Step: 1 Unlock

After executing the command sudo head n 5 the next step is to analyze the contents of the file you i... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!