Lab 1: Unix/Linux Preliminaries | CMSC 240 Software Systems Development - Fall 2024

Lab 1: Unix/Linux Preliminaries

Objectives

The goal of this lab is to gain exposure to the Unix/Linux environment and the commands available on the terminal command line interface (CLI).

Table of Contents


Unix/Linux

On our course web page schedule, follow the link to the Unix tutorials reading (tutorial URL is https://users.cs.duke.edu/~alvy/courses/unixtut/). This tutorial can be used to help you while working on this lab. Please complete the exercises below by following the directions and answering directly in this README.md file. You must save your work, commit, and push the changes to your GitHub classroom repository. For all the following exercises, you should use cs01 - cs06.richmond.edu. You can access the terminals by typing ssh usernam@cs01.richmond.edu, where username is your UR netid. Or use the terminal in a remotely connected VSCode window.

Exercise 1:





Exercise 2:






Exercise 3:





Exercise 4:



Manual Pages

The man pages are online documentation that explains how to execute and use the various programs installed on Unix systems. They usually start with an overview and then give information about the many flags each program can be invoked with. In the exercises below, explain what the following commands do in general and then explain what happens when the specified flag is added.

Exercise 5:

man grep




Exercise 6:

man head




Exercise 7:

man diff




Exercise 8:

man gzip