Results 1 to 3 of 3
Hi,
How can I create an new user account in linux 4 with 5 update?...
- 06-06-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
[SOLVED] Add New User in Linux
Hi,
How can I create an new user account in linux 4 with 5 update?
- 06-06-2009 #2
I guess you have Red Hat or CentOS 4.5, correct? (It doesn't matter though)
In the terminal type:
It will ask you to provide some info and it will create user john and make him a /home/john directory.Code:su adduser john
Then you must set a password for the new user, to protect the account.
Some good practices are using more then 6 characters, mix letters, numbers & symbols and not put words that can be found in a dictionary.
There is also a graphical tool to make new users. Look in System->Administration.
- 06-06-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
Hi,
Thank you very much.....


