Question: Answer the three following commands using linux system : A ) Write a command that will list the names of all non-executable files in the
Answer the three following commands using linux system :
A ) Write a command that will list the names of all non-executable files in the working directory, sorted modification time.
B ) Write a command that will list the name of the file with the highest numeric permission in the working directory. "Highest numeric permission" means the permission with the largest octal value, where "rwxrwxrwx" is 777, and "---------" is 000.
C ) Modify your command from Question 11 so that the output is sorted by octal permission number, in descending order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
