How to add new users to BackTrack 3

After installing BackTrack, it is important that you change the default password for security reasons. Also, you might want to add a user to the system so you can avoid using the root login as you don’t want to screw things up accidentally.

To add a new user, open up a Konsole and type:

adduser

This will guide you through the process of adding a new user.

adduser

keep hitting enter for all default values and select a good password:

adduser1

your user is created but KDE still won’t let you log on because /tmp does not have the correct permissions. you will get an error saying “call to Inusertemp failed (temporary Directories Full?)”

To set the correct permissions type:
cd .. to go up one directory

chmod 1777 /tmp to set the correct permissions on the tmp dir. * see UPDATE *
adduser2

now you can logoff root and login with your new user.

check here to install packages using slapt-get.

* UPDATE * – I found out on reboot these permissions get reset. To make permanent changes see here.

Popularity: 1% [?]

4 Responses to “How to add new users to BackTrack 3”

  1. How to install BackTrack 3 or 4 to hard drive along with Windows XP, Ubuntu, Fedora, openSuse on Lenovo Thinkpad X60 « HydTech Says:

    [...] into BackTrack and check here to create a new user [...]

  2. /tmp folder permissions changing after reset / reboot in BackTrack 3 and 4 « HydTech Says:

    [...] will give permissions of drwxrwxrwt. One problem I was having with BackTrack was that after every reboot, the permission would [...]

  3. curtis Says:

    How would I remove a user and also I may have overlooked it but how do I change the root password?

  4. HydTech Says:

    userdel, chpasswd

Leave a Reply