Lab 03 Linux - Foren-Ken/tech-journal GitHub Wiki
This lab went over the basics on using Linux in addition to some Active Directory information.
Useful Linux Commands
- grep: This tool allows a certain string of characters to be selected from inputs. If the word "computer" is grepped, then any instance of the word "computer" in the provided text would be highlighted.
- nano: Nano is a text editor for the CLI.
- touch: This command creates a file with a provided name.