In a message dated 1/24/2003 2:32:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes:
> my problem is, the cgi can't append the password, shadow and group > file. How can I make my script to work? I don't have any idea now if > its possible to make the script work I won't act like I know the Linux system. Appending a file though: open(FILE, ">>path/to/file");