#!/bin/sh # Create and populate a volatile home directory. mount -t tmpfs tmpfs /home/selene chown selene:selene /home/selene cp /etc/skel/welcome /home/selene/ cp /etc/skel/LICENSE /home/selene/