Question: 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

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 sed's/1/2/`< file1 > 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 $defile echo $delfile Deleted

Task 3.3: Add users (Log on as root)

#!/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 [ $names != "exit" ] as ; does usrad -d /home/$name -s /bin/bash $name passwordd $name echo -n " Type exit to quit or Enter a new username: " readnaeme do

exit

show all input and output, as well as screen shots for every step taken. I am running the code on my terminal

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!