Question
Compute using UNIX system. In this assignment, you are going to create some dummy files in a directory, and then identify a command that will
Compute using UNIX system.
In this assignment, you are going to create some dummy files in a directory, and then identify a command that will find and list those files that are over thirty days old.
Step 1
Create a directory in your home folder named Assignment4.
In that directory, create ten dummy files using the touch command. Then use the touch command again to modify the modification date on several of the files so that the dates have varying points in the past (a year ago, six months ago, thirty days ago, etc.
Get a detailed directory listing and either capture the text or capture the screen image and submit in an assignment document.
List the commands that you used to create these files.
Step 2 Main Part
Craft a command that will search for and find files over thirty days old in your directory. The output should be sorted by date (oldest files first), and be as readable as possible. Be sure to confirm that the files are listed in actual date order.
Submit the syntax of your command with in an assignment document.
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