Skip to content

Instantly share code, notes, and snippets.

@m-wynn
Created February 6, 2015 06:53
Show Gist options
  • Save m-wynn/fd6494e0690f8ac84c4a to your computer and use it in GitHub Desktop.
Save m-wynn/fd6494e0690f8ac84c4a to your computer and use it in GitHub Desktop.
root@MJO:/opt/bin# ls -lah | grep bash
-rwxr-xr-x 1 root root 719.4K Mar 23 2013 bash
lrwxrwxrwx 1 root root 4 Feb 6 07:51 rbash -> bash
root@MJO:/opt/bin# ./bash
-sh: ./bash: not found
root@MJO:/opt/bin# /opt/bin/bash
-sh: /opt/bin/bash: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment