Results 1 to 8 of 8
how to add new user to ubantu in command line...
- 09-16-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
How to add new user?
how to add new user to ubantu in command line
- 09-16-2009 #2
Execute 'sudo adduser or useradd' command.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2009 #3Just Joined!
- Join Date
- Aug 2009
- Posts
- 1
Add User
Execute 'sudo adduser <username>'
- 09-16-2009 #4Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
Thank you very much devils casper and nileema
- 09-16-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
tell me how to remove a user in command line
- 09-16-2009 #6
A good tool to know about is apropos. Apropos will list programs related to its argument.
E.g.
apropos user | less
Will list all manual pages with the word user in them. Then you search for the word delete with /, and you see userdel.
- 09-16-2009 #7Just Joined!
- Join Date
- Sep 2009
- Posts
- 4
because while entering secod time my password i have mistaken. are there any chance to recorrect it or delete and do it again.
- 09-16-2009 #8
use sudo passwd <username>
You won't need the old password set a new password(as far as I know), because you are root.


Reply With Quote