INTRODUCTION TO LINUX. COMPUETER SCIENCE HOMEWORK

Instructions:

1. Given that you had a file system /dev/hd1and a tape drive
/dev/tape list out the commands you would use for a Sunday full backup and a
daily incremental backup. Also – please explain your answer.

2. Please correct the below script so it works correctly

looptrack = y

while [ “$ looptrack ” = 1 ]

do

echo -n “Type in the account number:”
read account

echo -n “Type in the first and last
name:” ; read full_name

echo -n Type in the age:” read age

echo -n “Enter another record?”; read
looptrack

finish