If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > anyone help about automate the process of adding users on a linux

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-16-03, 07:50
cc007 cc007 is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Exclamation anyone help about automate the process of adding users on a linux

Does anyone one know how to do this Unix script on a linux system?
It includes each line of the data file will contain three fields, separated by commas (¡§,¡¨). The fields are
1. The name of a new user, in the form firstname <space> lastname,
2. Either the name of a group; or the numerical Id of a group. You may distinguish between the two by
checking whether the field consists entirely of digits. For example, ¡§users¡¨ or ¡§100¡¨.
3. The full path name of the users login shell, e.g. ¡§/bin/sh".

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On