Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created September 6, 2012 17:18
Show Gist options
  • Save clintonhalpin/3658703 to your computer and use it in GitHub Desktop.
Save clintonhalpin/3658703 to your computer and use it in GitHub Desktop.
Terminal for Designers
Terminal for Designers
CD ( move around directories )
ex. move to - cd desktop
ex. backout - cd ..
===
LS ( lists files / folders in current directory )
===
CHMOD ( modifies the permissions on files )
ex. chmod 777 the_file.jpg
===
./ ( Executes a bash script )
ex. ./bash_script
===
TOUCH ( creates files )
ex. touch file.html
===
MKDIR ( creates folders )
ex. mkdir folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment