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

  1. 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.
  2. nano: Nano is a text editor for the CLI.
  3. touch: This command creates a file with a provided name.