IT 244: Introduction to Linux/Unix
Homework 2

Due

Sunday, February 4th at 11:59 PM

What You Need to Do

Setup

Specification

redsox.txt

40 points

typescript


60 points
  1. Use cd to go to your home directory
  2. Verify that you are in your home directory using pwd
  3. List the contents of your home directory using ls
  4. Show all files in your home directory using ls -a
  5. Go to the directory /home/ghoffman/course_files/it244_files
  6. Create a long listing of all the files in this directory
  7. Print to the terminal the contents of the file fruit.txt
  8. Print to the terminal the contents of the file red_sox.txt
  9. Use cd to go to your hw2 directory
  10. Verify that you are in your hw2 directory using pwd
  11. List the contents of your hw2 directory using ls
  12. Show all the files in your hw2 directory, including the "invisible" ones

Copyright © 2020 Glenn Hoffman. All rights reserved. May not be reproduced without permission.