The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

Ubuntu adduser not creating directory usertes in /home

I has been create user with command adduser, but not created directory /home/usertes # adduser usertes And if I delete user with command: # userdel usertes userdel: user usertes is currently ...
1
vote
1answer
14 views

switching to new user limits console capabilities

I'm creating a new user: groupadd sybase useradd -g sybase -d /opt/sybase sybase passwd sybase chown sybase:sybase /opt/sybase chown sybase:sybase /var/sybase then switch to this user: su - sybase ...
3
votes
2answers
2k views

Cannot login to newly created user account

Trying to switch accounts to my newly created account I get a black screen and then it takes me back to the main login screen after entering the correct password. Upon logging into my previously ...
3
votes
1answer
3k views

Adding an existing user to another group

I am having this strange problem. I am using usermod to add an existing user to another group. I want to create a new user and add an old user to this new user's group. To do this, I am doing the ...
2
votes
1answer
5k views

useradd: cannot lock /etc/passwd; try again later

Trying to add a user: useradd -c "test" -d /home/bbbbbbbb -e "01-jan-2013" -f 10 -g admin -p secretfgjdhdgd -s /bin/bash -u 123456 blobblob but getting: useradd: cannot lock /etc/passwd; try ...