The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
How to create a new unix user in through a c program
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
How to create a new unix user in through a c program
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
03-02-2006
Perderabo
Unix Daemon
Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,709
Just use the HP program useradd. Have your C program construct a useradd command line and then use system() to run the command.
Perderabo
View Public Profile
Find all posts by Perderabo