Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Syntax and Logical Errors are integrated in the following bash scripts. Fix the Errors or Rewrite the script to accomplish the task.) Task 3.1: When

image text in transcribed
(Syntax and Logical Errors are integrated in the following bash scripts. Fix the Errors or Rewrite the script to accomplish the task.) Task 3.1: When given an input file, script will read the lines of the file and execute them in sequence (fix syntax errors) # /bin/bash mkir test cdtst echothis is file1>file1 Department of Computer Science Spring 2019 sed's/1/2/file2 cat >file3 filelist Task 3.2: Using Read Command (Delete a file that exist on your system) !/bin/bash echo 'Please enter the name of the file to delete: readlinedelfiles rmove Sdefile echo Sdelfile Deleted Task 3.3: Add users (Log on as root) #1 /bin/bash/ # The mkuser script was written by Dhillon # to make my life a little easier print "This program will add a new user print "Type exit to quit. echo-nn "Enter a new username: read name while ISnames!"exit" as; does usrad -d /home/Sname -s/bin/bash $name passwordd Sname echo -n"Type exit to quit or Enter a new username:" readnaeme do exit

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

Database And Expert Systems Applications 15th International Conference Dexa 2004 Zaragoza Spain August 30 September 3 2004 Proceedings Lncs 3180

Authors: Fernando Galindo ,Makoto Takizawa ,Roland Traunmuller

2004th Edition

3540229361, 978-3540229360

More Books

Students also viewed these Databases questions