adduser

Hi,

Let me know any urls where i can get the source code for "adduser" program..
Please help..

esham

if your system uses rpm then identify what pkg adduser belongs to:

rpm -qf `which adduser`

Which might hint you to download the source package of shadow-util to get access to adduser.c ...