Question: 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
Get step-by-step solutions from verified subject matter experts
