Skip to content

Instantly share code, notes, and snippets.

@alaingoldman
Created October 20, 2017 16:44
Show Gist options
  • Select an option

  • Save alaingoldman/e604f5e736596bfb87d23b9c620e91d1 to your computer and use it in GitHub Desktop.

Select an option

Save alaingoldman/e604f5e736596bfb87d23b9c620e91d1 to your computer and use it in GitHub Desktop.
pwd
// shows you where you are
ls
// shows you files in your folder
ls -a
// shows files including hidden files
ls -la
// shows files and who they belong to
cd passscanner
// goes into folder
cd
// goes to root
cd ..
// goes back
cd ~
// goes to home
mv
// move
cp
// copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment