Assessment Part 1 Purpose Scripts are an essential tool for system administrators. Scripts help an administrator automate menial tasks in the workplace, thus freeing them up for other tasks that...

1 answer below »


Assessment Part 1






Purpose



Scripts are an essential tool for system administrators. Scripts help an administrator automate menial tasks in the workplace, thus freeing them up for other tasks that require their attention. In Assessment Part 1, write a script that will assist you as a Linux administrator.









Instructions



Your assessment is to write a script that will assist you as a Linux administrator. Your script must include a discipline you have learned during this class (mail, user accounts, etc.). You can reuse some code, as that is common practice; however, you must include code to make it original to you.




Requirements



The script can reuse some code. However, the majority of the code must be original. You must use comments (#) to explain the different parts of the code so the reviewer can follow along. The script must be a BASH script. Your assessment must include the page(s) of code, as well as a screen capture of the script performing the action as intended.



Also review the university policy on plagiarism. If you have any questions, please contact your professor.



Be sure to include both in-text citations and references for all sources. For more information on APA style formatting, go to Academic Writer, formerly APA Style Central, under the Academic Tools area of this course.


Answered 1 days AfterMay 17, 2021

Answer To: Assessment Part 1 Purpose Scripts are an essential tool for system administrators. Scripts help an...

Sudipta answered on May 18 2021
140 Votes
#!/bin/bash
#printing a line
echo "Adding line to file example.txt"
#printing content of example
.txt file
cat example.txt
echo "Appending new line to file example.txt"
#>> is used to add the line in a file
echo "Hey! this is good project!">>example.txt
#printing content of example.txt file...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here