[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGIIIIIIII!!!!
- Subject: Re: [cobalt-users] CGIIIIIIII!!!!
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Thu Aug 3 22:29:04 2000
>
> What you are suggesting is probably the ONLY thing I haven't tried yet, so
> what the hell?
> How do I use the chown command to change ownership of the file? Like,
what
> is the exact command line I need to enter in Telnet to chown FormMail.pl?
> Sorry, RaQ newbie.
>
chown siteadmin formmail.pl
example:
chown dianna formmail.pl
also you might need to
chmod 755 formmail.pl
Zeffie