|
|
|
|
|
Tasks:
|
|
Tasks:
|
Students should learn to launch all of these three applications (ask the TA for help if necessary):
|
(For the file browser, they may need to double-click the desktop "Documents" icon, and then click "Up" to see their home directory.)
Using the file browser, you can visually traverse the tree structure of the file system (please read Cheung's notes for details).
Students should try out these commands by themselves inside a terminal: (anything after with '#' is a comment, and does not need to be typed):
pwd # print working (current) directory
# Notice the output: /home/yourid
ls # list
# Notice the output
ls -l # list, long format
# Notice the output
ls / # list the root director
# Notice the output
|
Whether you finish the exercise or not, in the last ten minutes students should must send us an email (because it is a useful skill for getting help later).
How to send emails:
|
This is what I want in the email:
To: cs170002@mathcs.emory.edu
Subject: lab1
|
In the body of the email, copy-and-paste the terminal window contents (the result of whatever commands, mistakes OK).
Note:
Do not use the email address: "cs170002@emory.edu" ******* The emory.edu domain does not work ********** |
How to copy-and-paste in UNIX:
|
|