#!/bin/sh mount -t proc none /proc mount -t sysfs none /sys mount -t devtmpfs none /dev mount -t tmpfs none /tmp echo "Mounted /dev, /proc, /sys, and /tmp respectively" exec /bin/sh