Lab 11b - samuelGreitzer/SYS-140-Tech-Journal GitHub Wiki
In this lab we learned how to use the Linux command line
- man: when combined with another command it gives out the documentation for the command
- sudo: Allows one user to execute a command as another user. placed before the command to be executed
- grep: Filters through the given input. used in conjunction with the pipeline operator and placed after a command