Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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 scheduler

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions

Question

3. Evaluate a Web-based training site.

Answered: 1 week ago