WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: new user  (Read 1584 times)

ali

  • Guest
new user
« on: May 10, 2011, 11:32:35 AM »
is it possible to create a new user?
instead of logging in as tc to load as zorro or something?

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: new user
« Reply #1 on: May 10, 2011, 11:40:45 AM »
yes

You can add

Quote
user=name

to the bootloader.
Many people see what is. Some people see what can be, and make a difference.

ali

  • Guest
Re: new user
« Reply #2 on: May 10, 2011, 12:23:57 PM »
thanks guy
i logged in, opened a terminal, wrote

Code: [Select]
rm -rf *
rm -rf .*
cd ..
sudo mkdir ./tmp
sudo cp -r ./tc/* ./tmp
sudo chown -R ali:root ./tmp/
cp -r ./tmp/* ./ali

and then i rebooted and now it looks exactly like my tc account, now normally there shouldn't be any problems right?
can i remove the the /home/tc data now?