OPS145 Lab 9 Newversion

From Littlesvr Wiki
Revision as of 11:53, 23 March 2024 by Andrew (talk | contribs) (→‎Also)
Jump to navigation Jump to search

Also

  • Execute permissions
  • Shebang
  • Can run the same commands
  • echo
  • date
  • temp files
  • script2:
    • delete directory
    • create directory tree
  • script3 extended from script2:
    • fill up tree with files
    • create tarball

Submit evidence of your work

After you finish the lab: run the following commands to submit your work:

cd ~
wget http://ops345.ca/check/ops145-lab9-check.sh # Download the check script
chmod 700 ops145-lab9-check.sh # Make the downloaded file executable
./ops145-lab9-check.sh # Run the check script

If it says "Your lab9 has been submitted": make a screenshot, and you're done. If it gives you any warnings or errors: you have to fix them and try the ./ops145-lab7-check.sh command again.