1 2 3 4 5 6 7 8
#!/bin/sh mkdir /proc mkdir /sys mount -t proc proc /proc mount -t sysfs sysfs /sys exec sh