Monday, 23 March 2015

Operating Systems 1 Lab 5 – Shell Script Creation

Operating Systems 1 Lab 5 – Shell Script Creation






I started by creating two text files and then made a backup for these files. I showed the directory to make sure that the files had been created. Using the vi editor I created the given shell script. The given shell script made a backup, called BackUpFolder and copied all filed ending with .txt to that folder. Using the chmod 700 command I changed the files to be executable. Finally I  displayed all the files in the folder.