Skip to content

Instantly share code, notes, and snippets.

View Overd0se9's full-sized avatar
🎯
Focusing

OVERDØSE Overd0se9

🎯
Focusing
View GitHub Profile
@Overd0se9
Overd0se9 / linux-cmd-cheatsheet.md
Created September 19, 2020 22:30 — 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