Monday 23 March 2015

Operating Systems 1 Lab 5 – Shell Script Creation





I could not get the PuTTY to work properly for this lab, as I had restricted access. Instead I used an online linux terminal.

The first step involved creating two text files, one named ReallyImportantFile1.txt and the other named ReallyImportantFile2.txt.

The second and third steps involve inserting the two files into BackUpFolder. This folder (directory) is created by mkdir BackUpFolder. The files are copied in by cp *.txt BackUpFolder.

For some reason the fourth step did not appear to work for me. Thus I used ls to see the contents instead.