Create a directory called nonce/ in your home directory.
Inside of the directory nonce, create three subdirectories: alpha/, beta/, and gamma/. Copy the file /etc/motd to nonce/alpha/, and copy the file /etc/hosts to nonce/beta/:
Now retrieve the file at http://www.cs.fsu.edu/~langley/newfile.txt with wget, and move it to nonce/gamma/:
The file looks like this:
Edit the file with any editor that you like, replacing the "----" with appropriate answers; for instance:
When you do ls -laR ~/nonce, it should look something like:
Create a shell variable called x with the value of running uuidgen like so:
Create a tar file, named with the result of the uuidgen program:
Check the contents of the file with:
Finally, make sure that everything is ready to go: