Results 1 to 10 of 13
I am new to linux pls help me
I have created a new user by editing /etc/passwd file
gb :502:502:grodan brown user:/home/gb:bin/bash
After saving this file I get a message ...
- 09-23-2008 #1
[SOLVED] How to create user by editing /etc/passwd file?
I am new to linux pls help me
I have created a new user by editing /etc/passwd file
gb
:502:502:grodan brown user:/home/gb:bin/bash
After saving this file I get a message "would you like to edit /etc/shadow file"
What is "shadow file" and why it is asking to edit it.
What all steps needs to be done if creating a user through the /etc/passwd file.Last edited by Redman; 09-24-2008 at 09:45 PM. Reason: seems to be not solved after all
- 09-23-2008 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
I am a new Linux user too, but someone point me to using
"system-config-users", which comes with RH.
At a command promtp type "system-config-users &", without the quotes.
This brings up a GUI. Click on "New User", enter the users username and password, tell it where the user home dir is to be and click "OK". It does
the rest.
- 09-23-2008 #3
Thanx for the reply, but I want to do it from the passwd file.....
- 09-23-2008 #4Just Joined!
- Join Date
- Sep 2008
- Posts
- 11
Why do it the hard way when RH give you a GUI that does it for you. Unless you really want to do it the manual way. In that case, go for it.
- 09-23-2008 #5
Use useradd to do this. Editing the passwd and shadow files by hand is not advised for a newbie.
- 09-23-2008 #6
Thanx for the reply, but I wants to know the steps to create user through passwd file
- 09-23-2008 #7
What possible reason could you have for wanting to add a user other then the 2 recommended way listed above?
You have been given both the CLI and the GUI way of doing it.
They will populate the proper files with the proper information.
No users mistakes.
- 09-23-2008 #8
Probably because he wants to learn more about his system, which is an admirable goal in itself.
Unfortunately I don't know the answer to the question, but I'm now intrigued enough that I'll be watching this thread to see if a good answer appears.
EDIT: Here's some good info on the shadow file.Last edited by smolloy; 09-23-2008 at 05:07 PM. Reason: Extra info
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 09-23-2008 #9
And I would agree with this if the person had a more advance understanding of how the linux system worked. This is not a question a beginner would ask, and would be happy knowing how to add a user with as much ease as possible.
His words, "I am new to linux pls help me".
This being the internet you trust no one. This is the type of question a cracker would be asking because they cannot use the tools that are provided by the system or afraid to use the tools for being caught.
I have no problem helping people but when you ask questions that are out there then I take the 'show them the correct way of doing it' and if that is not enough use caution. My red flag has been raised for this question.
- 09-23-2008 #10
Hi All, It seems that everyone is suspecting because I have used the words "I am new to linux pls help me" and asking a complicated question (for me). I am reading RH302(edition5) and in CH-01 there is a practice question to create user by editing the /etc/passwd file. I tired it and able to create the user also, but when I logs in from that user it wont allow me to run any command an gives "permission denied".



