Advertisement
Guest User

Untitled

a guest
Apr 24th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. $ which bash
  2. /usr/bin/bash
  3. $ ls -ald /usr/bin/bash
  4. -rwxr-xr-x 1 root root 1437832 Jan  7 00:34 /usr/bin/bash
  5. $ if [ -x /usr/bin/bash ] ; then echo yes ; fi
  6. > ^C
  7. $
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement