#!/bin/rc switch($1){ case $user linux -u 1000 -g 1000 -r $home/mroot /bin/bash -i case * linux -r $home/mroot /bin/bash -i }