Question
Create commands in linux 1. Write a command that will list the names of all executable files in the working directory, sorted by file size.
Create commands in linux
1. Write a command that will list the names of all executable files in the working directory, sorted by file size.
2.Write a command that will list the names of all non-executable files in the working directory, sorted modification time.
3. 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.
4.Modify your command from Question 3 so that the output is sorted by octal permission number, in descending order.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started