friends.

I am hoping to write a shell script that will create all my users
I would like for them to have no quota and have a 'real name' or comment

this seems to work except for the 'real name' part is that possible ? is there 
a switch
I tried searching for switches. I tried -rn


this creates a user afish  and he has noquota 
#!/bin/sh
/home/vpopmail/bin/vadduser -q NOQUOTA [EMAIL PROTECTED] psswd123 Adam Fish

but the real name of Adam Fish fails

Thanks

jim

Reply via email to