Advertisement
defme

Untitled

May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. fdisck --list
  2. umount
  3. mount
  4.  
  5. mount -t proc /proc /mnt/proc
  6. mount -o bind /sys /mnt/sys
  7. mount -o bind /dev /mnt/dev
  8. mount -o bind /etc /mnt/etc
  9. mount -0 bind /run /mnt/run
  10. chroot /mnt/ /bin/bash
  11. exit
  12.  
  13. umount --recursive /mnt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement