Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: ali on May 10, 2011, 02:32:35 PM

Title: new user
Post by: ali on May 10, 2011, 02:32:35 PM
is it possible to create a new user?
instead of logging in as tc to load as zorro or something?
Title: Re: new user
Post by: Guy on May 10, 2011, 02:40:45 PM
yes

You can add

Quote
user=name

to the bootloader.
Title: Re: new user
Post by: ali on May 10, 2011, 03: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?