Results 1 to 3 of 3
hi,
amnew to linux.can u tell me how to create a username in fc6 and give permissions??...
- 12-28-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 19
how to create a username in fc6?
hi,
amnew to linux.can u tell me how to create a username in fc6 and give permissions??
- 12-28-2007 #2
You can create a regular user with useradd. Check the man pages for details but a regular user can be created, as root, with:
where username is the name of the user you wish to create.Code:useradd -m -s /bin/bash username
- 12-29-2007 #3Just Joined!
- Join Date
- Dec 2007
- Posts
- 11
if you want to do it thru gui, click system -> administration -> users and groups


Reply With Quote