Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using linux commands 1. Make a directory (hint: mkdir) with 3 different files (different sizes and creation times) 2. Go to the directory you just
Using linux commands
1. Make a directory (hint: mkdir) with 3 different files (different sizes and creation times)
2. Go to the directory you just created (hint: cd).
3. List all files in the directory
4. Save a list of all the files in the directory to a file.
5. Redirect the output of a command that lists all the files in the directory to hexdump, save the result to a file.
6. Display the contents of one of your files.
7. Find out which directory the program chmod is stored in.
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