Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ which bash
- /usr/bin/bash
- $ ls -ald /usr/bin/bash
- -rwxr-xr-x 1 root root 1437832 Jan 7 00:34 /usr/bin/bash
- $ if [ -x /usr/bin/bash ] ; then echo yes ; fi
- > ^C
- $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement