Homework 6 - Amir Love

Homework 6 - Amir Love

  • Describe three shell utilities and take screenshots of their use

  1. PWD: Shows the full file pathname of the working directory

2. mkdir: Creates a new directory called “cyber”

3. ls: Displays all the files of the current working directory

 

Install a program using a package manager and take a screenshot

 

I decided to go with a “hangman” program installer. I thought this was pretty interesting and I wanted to follow the trend of what everyone else. To get this program, all you have to do is type “pip install gallows” in the command line. To call the program, type “gallows.py” in the command line.