Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Linux terminal Please provide answer ordered by numbers Write a bash command line for the following actions 1.- Create a regular user named user01. 2.-
Linux terminal
Please provide answer ordered by numbers
Write a bash command line for the following actions 1.- Create a regular user named user01. 2.- As super-user create a directory called backup under the home directory of user01 and change the owner and group associated to the directory to user01 3.- Set security on the backup directory so that user01 has all permissions and no one else has any permissions. 4.- Write a script for creating a backup of all your data in the folder backup. In the creation of the copy of security exclude the copy of the folder backup. The name of the backup must be like backupUserData 10 26_17.zip. The name of the script and location will be /home/user01/backup/backupUserData.sh 5.- Add the script above to the crontab scheduler of user01 in such a way that a new copy of security is created every Friday at 11:30 pm. Specify the text line to be added in the job schedulerStep 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