The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Account Cookie5058 Forum Support Area for Unregistered Users & Account Problems 0 04-27-2008 07:21 PM
Change Account to not lock account if password expires stringzz UNIX for Dummies Questions & Answers 1 04-04-2008 02:31 PM
Setting an account to be a non-login account automatically? LordJezo UNIX for Dummies Questions & Answers 0 06-16-2006 06:28 AM
new account Lawatsch UNIX for Dummies Questions & Answers 6 08-19-2002 07:10 AM
aol account iwpgary UNIX for Dummies Questions & Answers 2 05-17-2001 11:47 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-18-2002
Registered User
 

Join Date: Jan 2002
Location: INDIA
Posts: 10
Stumble this Post!
Unhappy Account

!HELLO SIR,

Can any one tell how to create a Account in SCOUNIX.

By using which commands . and what are steps i should have to follow to create a account.
Forum Sponsor
  #2 (permalink)  
Old 01-18-2002
cns cns is offline
Registered User
 

Join Date: Dec 2001
Location: Maastricht (The Netherlands)
Posts: 15
Stumble this Post!
First check you /etc/passwd for uid and gid.
uid Should be unique. gid should be the gid you want the user to be part of.

Then make the user using the useradd command

Code:
useradd -u [uid] -g [gid] -c [comment] -d [homedirectory] -m -s [shell] loginname
Next set the password for the user, by using the following command

Code:
passwd loginname
And read the man-pages on useradd.

Good luck

Last edited by cns; 01-18-2002 at 07:04 AM.
Google The UNIX and Linux Forums
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 11:08 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0