Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
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.

Seems like a quick and dirty solution, but what if you, mom and dad all want to play Angry Birds? Or the three of you all want to listen to the complete Beatles Collection? Wouldn't this mean you have to put three copies of everything on your iPad? Seems like you could quickly run out of space on the iPad.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.