Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 6 Write a Linux shell script that guide the user to manipulate files and directories based on the following steps: i. Create a directory
Question 6 Write a Linux shell script that guide the user to manipulate files and directories based on the following steps: i. Create a directory by getting the directory name from the user. ii. Change a file permission to read and write to the owner and read only to group and everyone. iii. Rename the file from the earlier step to a new file name given by the user. iv. Copy the above file to the directory created in the first step. v. Finally, delete the original file from the current working directory. Provide an appropriate loop to repeat the above steps if the user wishes to repeat or else exit from this program
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