ln -s
Probably you can make a simple app and link the mobile folder to the folder of you, mom or dad
install openssh
# move your official folder to yourself
mv /var/mobile /var/me
# create new ones
mkdir -p /var/dad /var/mom
# the right user
chown mobile:wheel /var/mom /var/me /var/dad
# link the current login it to who you want
ln -s /var/me /var/mobile
# restart the phone
reboot
# and now you have a fresh setup
# i tested it before i posted it and it's working.
Probably you can make a simple app and link the mobile folder to the folder of you, mom or dad
install openssh
# move your official folder to yourself
mv /var/mobile /var/me
# create new ones
mkdir -p /var/dad /var/mom
# the right user
chown mobile:wheel /var/mom /var/me /var/dad
# link the current login it to who you want
ln -s /var/me /var/mobile
# restart the phone
reboot
# and now you have a fresh setup
# i tested it before i posted it and it's working.