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, 22.06.2019 21:00
Kirk found a local community college with a two-year program and he is comparing the cost with that of an out-of-state two-year school. what is the expected total cost for one year at the local community college if kirk lives at home? what is the expected total cost for one year at the out-of-state school if kirk lives on campus?
Answers: 2
question
Computers and Technology, 23.06.2019 13:00
Which of the following statements is false? a. a class can directly inherit from class object. b. if the class you're inheriting from declares instance variables as private, the inherited class can access those instance variables directly. c. a class's instance variables are normally declared private to enforce good software engineering. d. it's often much more efficient to create a class by inheriting from a similar class than to create the class by writing every line of code the new class requires.
Answers: 3
question
Computers and Technology, 24.06.2019 18:30
Is a type of bullying that takes place when a person intentionally posts negative information about another person that is not true.
Answers: 2
question
Computers and Technology, 24.06.2019 20:20
Write python code that prompts the user to enter his or her favorite color and assigns the user’s input to a variable named color.
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, 19.11.2019 23:31
question
Mathematics, 19.11.2019 23:31
question
Computers and Technology, 19.11.2019 23:31
Questions on the website: 13722367