Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is a Linux assignment: Using a folder named module in home directory Create, list, and extract a zipped tar file Create a zipped tar

this is a Linux assignment: Using a folder named module in home directory Create, list, and extract a zipped tar file Create a zipped tar file (*.tgz) of the module folder including all of its subfolders List the contents of the tar file (*.tgz) and verify it contains the module files Rename the module folder (i.e., module_old) Extract the files from the tar file (*.tgz) Create, list, and extract a zip file Create a zip file (*.zip) of the module folder including all of its subfolders List the contents of the zip file (*.zip) and verify it contains the module files Rename the module folder (i.e., module_old) Extract (unzip) the files from the zip file (*.tgz) Create a BASH script that completes the following tasks: Create a zipped tar file (*.tgz) of the module folder including all of its subfolders Use the date command to name the *.tgz file in the following format: [Your Student ID] Backup (MM-DD-YYYY).tgz Example: ab12345 Backup (03-25-2018).tgz WARNING: The BASH script MUST create a filename using the current date. Use the pscp command to transfer the *.tgz file to a remote server Format of the pscp command: pscp -pw [password] [local filename] [username]@192.168.100.80:[remote folder]/ Username: user Password: password Remote Folder Use test while you are testing the pscp command and BASH script Change to backup when your BASH script is complete Create a cron job The job should execute exactly once at midnight (00:00am) on Sunday, April 1st The job should call the BASH script created in step 4

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

Advances In Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions

Question

Let f := R R and let R. Show that limf(x + c) = L.

Answered: 1 week ago

Question

Discuss the use of third-wave therapies in psychotherapy practice.

Answered: 1 week ago

Question

5 What are the ongoing challenges for HRM?

Answered: 1 week ago

Question

4 What typifies the first and second waves of HRM?

Answered: 1 week ago