CSC 271 - Operating System Practicum

Dr. R. M. Siegfried

Assignment #2 - Working With Files on Compsci

Due Friday, September 17, 2021 (Section 1)

Due Monday, September 20, 2021 (Section 2)

We are going to practice basic file operations using Compsci. To get started:

  1. Use ed to create a file that is 5-10 lines long.
  2. Use cp to copy the file.
  3. Use ls to get a short and a long directory listing.
  4. Use cat to display it on the screen.
  5. Use pr to display it in printable format.
  6. Copy and paste your Compsci session into Notepad
  7. Save your Notepad file and submit hardcopy or on Moodle.

[Back to the Assignment List]