Question: I need help with 9 and 10 please type the correct commands for the instructions. The command for 8 was as follows find / -type
I need help with 9 and 10 please type the correct commands for the instructions. The command for 8 was as follows
find / -type f -size +30M -exec ls -lh {} \; 2>&1 | grep -v 'Permission denied' | head
for 10 it was find -newerct "1 Jan 2019" ! -newerct "28 Feb 2019" -ls


1. Go to your home folder using a full absolute path reference. 2. Using a relative path reference, create a new folder in your home folder called Project1. 3. Using a relative path reference, create a new file in Project1 folder (without going into the folder) called File1. Create another file called File2 in Project1 using an absolute path reference 4. Go inside Project1 folder. Rename File1 to File1.txt. Move File2 to a folder one above in the tree structure using a relative path name (ie. move it to your home folder, but do not useor cd) 5. Use the locate function to find File1.txt while narrowing down the results to your home folder. If it didn't work, explain why and show how could you should correct the problem. Display last 12 entries in your history file using a combination of two commands Use the find command to find all files owned by you in the /home folder. Make sure all errors are suppressed (not displayed). Filter the output to show just first 10 results. Use the find command to find all files in the file system which are greater than 30 megabytes. Make sure all errors are suppressed (not displayed) and that your results are passed through the is command shown with file details and "human readable" file sizes (use the -exec option in find command). Filter the output to show just first 10 results NOTE: if you get less than 10 results, use a smaller size than 30mb in this and subsequent steps 6. 7. 8. 9. Expand the previous command to sort the output by file size, larger numbers first. Use the sort command with "natural" or "human numeric sor option. Use the man page for sort and document all your findings in a screenshot. Filter the output to show just first 10 results 10. Show a listing of your home folder contents with details and filter it to display only files and folders last modified during two chosen months (pick some months that make sense for your output)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
