subject

Working as your regular user, use crontab to schedule the report. sh script to run every Mon/Wed/Fri at 8:00 AM. (Hint: In the crontab file, you can specify the days of the week as 1,3,5.) Note: Be sure to create the crontab file for your user. Don't edit the system crontab in the /etc directory. See the "SCHEDULING JOBS" section in the assigned reading for the crontab command option to edit jobs for the current user.
Working as a regular user, set up an automated backup of your home directory.
Use the tar command to write the contents of your home directory to an archive file named /tmp/student_home. tar, where student is the regular user's username.
Modify the tar command to add gzip compression and name the file /tmp/student_home. tgz, where student is the username.
Modify the command to use command substitution to add the current date to the name of the output file.
(Hint: The command date \+\%Y\%m\%d outputs an appropriately formatted date. The backslash (\) characters are needed when using the date command in a crontab file to indicate to the parent shell it should ignore the special characters so they are passed to the date command correctly).
Note: You can use command substitution to include the current date as part of a file name. See step 1.e above for an example of how the LOGFILE name includes the current date. Include the date in the tar archive file name in a similar manner.
Use the crontab command to schedule the final tar command that you created in the above step to run every Saturday at 10:00 PM.
Take a screenshot of the crontab -l command's output. Make sure to capture the whole terminal window. This is a deliverable below. (See man crontab if you don't know what the -l option does.)

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 16:00
Which type of cloud computing offers easily accessible software and applications on the machines
Answers: 1
question
Computers and Technology, 25.06.2019 01:30
The study of how to design software, solve problems such as computer security threats, or come up with better ways of handling data storage
Answers: 1
question
Computers and Technology, 25.06.2019 09:30
1. write a statement that declares a string variable named city. the variable should be initialized so it references an object with the string “san francisco”. a) assume that stringlength is an int variable. write a statement that stores the length of the string referenced by the city variable (declared in question1) in stringlength. b) assume that onechar is a char variable. write a statement that stores the first char- acter in the string referenced by the city variable (declared in question1) in onechar. c) assume that uppercity is a string reference variable. write a statement that stores the uppercase equivalent of the string referenced by the city variable (declared in question 1) in uppercity. d) assume that lowercity is a string reference variable. write a statement that stores the lowercase equivalent of the string referenced by the city variable (declared in question 1) in lowercity.
Answers: 3
question
Computers and Technology, 25.06.2019 10:30
Select all that apply. select all functions of an operating system. displays a gui. allows you to multitask. allows you to use the software that you want to use. allows you to edit images. coordinates the interaction of hardware and software. defrags the hard drive. allocates the computer's resources. saves data. retrieves files. keeps confidential documents secure. copies information from one document to another.
Answers: 1
You know the right answer?
Working as your regular user, use crontab to schedule the report. sh script to run every Mon/Wed/Fri...
Questions
question
Mathematics, 18.10.2019 22:30
question
Computers and Technology, 18.10.2019 22:30
question
Mathematics, 18.10.2019 22:30
Questions on the website: 13722367