Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2017 20:06
Show Gist options
  • Save anonymous/69ba5a0adcc6f1a2e05c75e59eb30ba7 to your computer and use it in GitHub Desktop.
Save anonymous/69ba5a0adcc6f1a2e05c75e59eb30ba7 to your computer and use it in GitHub Desktop.

Handy terminal commands

Basic Terminal Commands

Navigation

pwd shows which folder you are currently in cd change directory(folder)

- `cd ~` goes to the home folder i.e `/home/shane` on mac `/Users/shane`

ls list the contents of the current folder

Creating directories and files

mkdir wordpress will make a directory called wordpress in your current directory rmdir wordpress remove a directory

touch nameOfTheFile.txt create a file rm nameOfTheFile.txt delete a file

DNS

A record CNAME

SSL

CDN

ssh

ssh root@<domain-or-ip-address>

MySQL

SFTP (FileZilla)

Wordpress install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment