Skip to content

Instantly share code, notes, and snippets.

View hcastillodev's full-sized avatar

Heraldo Castillo hcastillodev

View GitHub Profile
@hcastillodev
hcastillodev / linux-cmd-cheatsheet.md
Created May 21, 2023 18:54 — 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