UMBC CMSC201, Computer Science I, Spring 1994 Sections 0101, 0102 and Honors

Some UNIX tips


How to get the cc201 command

  1. Use the UNIX "ls" command to see if you have a directory called "bin".
  2. If not, create this directory by typing
    	   mkdir bin
    	
  3. Then copy the cc201 command by typing
    	   cp ~chang/pub/cs201/cc201 bin
    	
  4. Check that you copied correctly by typing
    	   ls bin
    	
    A file called "cc201" should be listed.
  5. Logout and log back in.

Last Modified: August 11, 1994

Richard Chang, chang@gl.umbc.edu