UMBC CMSC201, Computer Science I, Spring 1994
Sections 0101, 0102 and Honors
Some UNIX tips
- Use the UNIX "ls" command to see if you have a directory
called "bin".
- If not, create this directory by typing
mkdir bin
- Then copy the cc201 command by typing
cp ~chang/pub/cs201/cc201 bin
- Check that you copied correctly by typing
ls bin
A file called "cc201" should be listed.
- Logout and log back in.
Last Modified: August 11, 1994
Richard Chang, chang@gl.umbc.edu