Ubuntu Pastebin

Paste from krux at Fri, 6 Mar 2015 13:18:39 +0000

Download as text
1
2
3
4
5
6
7
8
[charles@localhost ~]# sudo -s -H
Password:
[root@localhost ~]# mount --bind /dev/ /media/ubuntu/dev
[root@localhost ~]# mount --bind /dev/pts /media/ubuntu/dev/pts
[root@localhost ~]# mount --bind /dev/shm /media/ubuntu/dev/shm
[root@localhost ~]# chroot /media/ubuntu
root@localhost:/# mount -t sysfs sysfs /sys
root@localhost:/# mount -t proc proc /proc
Download as text