opening files

To extract a file with the bz2 extension do the following: bunzip2 FILENAME

To extract a file with the tar extension do the following: tar -xvf FILENAME

If the file ends with an .sh extension, you must first make the final executable by doing the following: (1) chmod 777 FILENAME and then run the program by typing the following: ./FILENAME.sh