Created
September 6, 2012 17:18
-
-
Save clintonhalpin/3658703 to your computer and use it in GitHub Desktop.
Terminal for Designers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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