Skip to content

Instantly share code, notes, and snippets.

@0xB10C
Last active November 11, 2017 12:37
Show Gist options
  • Save 0xB10C/ae33d2d080f0a8af7e8a04957e90b842 to your computer and use it in GitHub Desktop.
Save 0xB10C/ae33d2d080f0a8af7e8a04957e90b842 to your computer and use it in GitHub Desktop.
linux cmds I often forget
command function usage notes
scp remote -> local scp uname@remotehost:filename /local/dir
scp local -> remote scp filename uname@remotehost:/remote/dir
tar untar to dir tar -xfv archive.tar -C /target/directory (create dir first)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment