Homework 6 - Newton
For starters we have the command man, man (command) gives you a manual on how to use the command specified, assuming you have the command installed and it comes with a man page, which almost every package installed in Linux does. Secondly, the command pwd simply prints out the current working directory to stdout, usually the screen in the form of an Absolute file path. Next, I installed a program called neofetch, which gathers system data and prints it along with the OS or Kernel’s associated image as seen below. This print out can be customized to show additional data about the system. For a bonus, the command apt-get install is the default package manager installed on most Debian Linux environments for installing new packages. I ran the command with sudo in order to elevate privilege to that command in order to install files in root or admin only directories.