POS 433 Week 4 Individual: Systems Administration Scripting Log//tutorfortune.com
POS 433 Week 4 Individual: Systems Administration Scripting Log//tutorfortune.com Click on below link to buy https://tutorfortune.com/products/pos-433-week-4-individual-systems-administration-scripting-log POS 433 Week 4 Individual: Systems Administration Scripting Log Complete the University of Phoenix Material: Systems Administration Scripting Log assignment. Submit your assignment using the Assignment Files tab. Systems Administration Scripting Log To: <Insert your facilitatoru2019s name From: <Insert your name Date: <Insert the date (XX/XX/XXXX) As you complete each of the following steps, keep track of what occurs at each point; including what you type, the output given, and any errors experienced. Submit this information in a log to your instructor for this weeku2019s assignment. Your log can use the sample format provided, or you can create your own. In the same folder as last week, create a new file titled week4prog1[name].scr. Change the permissions on this new file to add the execute bit for user, group, and owner. Run the following script: #!/bin/bash count=1 echo u201cstart of the programu201d while [ $count -le 10 ] do u201cLoop #$countu201d sleep 10 count=$[ count 1 ] done echo u201cend of the program Modify the program to add a trap for SIGINT and SIGTERM. Save the script and then run the script in the background. Use the jobs command to display a list of the jobs currently running. Find the process id of the script and kill the job. Check to see if you get the trap message. Run the script again using the at command to schedule the job in the future. Wait for the job to run to make sure it executes. POS 433 Week 4 Individual: Systems Administration Scripting Log Click on below link to buy https://tutorfortune.com/products/pos-433-week-4-individual-systems-administration-scripting-log
★
★
★
★
★
31 views • 2 slides