Guest User

Untitled

a guest
Feb 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. -bash: ./foo.sh: /bin/sh: bad interpreter: Permission denied
  2.  
  3. cp /bin/bash $HOME
  4. /lib/ld-2.7.so $HOME/bash
  5.  
  6. $ cd /media/removable
  7.  
  8. $ sudo umount mountpoint
  9.  
  10. $ sudo mount /dev/sdb1 mountpoint
  11.  
  12. $ sudo mount -o remount,exec /media/removable/SD Card
  13.  
  14. $ sudo mount -o remount,exec /media/removable/USB Drive
Add Comment
Please, Sign In to add comment