Objective: The purpose of this laboratory session is to introduce the skills necessary to become an efficient user of the Linux Operating Environment.
Exercise I
- Create a .cshrc file in your home directory similar to that of the template described with the .cshrc Handout.
- Please include the following functionality in your .cshrc file
- Append /opt/cs220 to your PATH.
- Customize your Cshell prompt.
- Include the following alias statement
a. alias print a2ps -–pretty-print=
4. A demonstration of your own creativity.
- Be sure to include extremely concise comments explaining the functionality of the statements within your .cshrc file.
Exercise II
- Develop, test, and implement a bash shell script that will:
- Create a CS220 directory in your $HOME directory
- Within your newly created CS220 directory create the following directories:
- homework
- notes
- temp
- bin
- 13 additional directories named lab1…lab13
- Be sure to include extremely concise comments explaining the functionality of your work.