Objectives: |
- To
familiarize students with the two primary operating environments for CS
139/CS 239.
- To
introduce the concept of the file system.
- To
introduce the terms listed below.
- To
introduce students to the terminal window in Linux.
- To
introduce students to the top 10 linux commands.
|
New Terms: |
absolute
path name
|
directory
name of a file in relation to the root
|
relative
path name
|
directory
name of a file in relation to the working (or current) directory
|
working
directory
|
directory
in which the user is currently working. It is assumed to be
the starting point for any relative path name resolution.
|
home
directory
|
directory
which is the initial working directory when you first log into your
computer.
|
command
line argument
|
a
value entered with a command in the Linux terminal window (or cmd
window in Windows) which is passed into the command to alter how it
operates.
|
|
Materials: |
Lab worksheet (provided in
hardcopy form) |
Prerequisites: |
Students should be
familiar with the term, file system and understand the concepts of
absolute and relative path names.. |
Acknowledgement:: |
Original lab by Arch
Harris |
Turning in
your work: |
Turn in the worksheet to
receive credit for this lab. |