Skip to content

Instantly share code, notes, and snippets.

View belmontj2's full-sized avatar
🏠
Working from home

Joe belmontj2

🏠
Working from home
View GitHub Profile
@belmontj2
belmontj2 / linux-cmd-cheatsheet.md
Created June 10, 2020 15:52 — forked from riipandi/linux-cmd-cheatsheet.md
Linux Command Cheat Sheet

#Linux Cheat Sheet

##File Commands:

  • ls – directory listing
  • ls -al – formatted listing with hidden files
  • cd dir - change directory to dir
  • cd – change to home
  • pwd – show current directory
  • mkdir dir – create a directory dir
  • rm file – delete file