[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How do I chmod my web.log file?



||>I neded to chmod 744 my web.log file in order to bew able to
||>delete it with
||>a perl script.
||>
||>If I FTP to the siyte, I get a permission denied error when I
||>try to chmod
||>this file.
||>
||>Is there a way to  chmod files via telnet?

Yeah.
chmod 744 web.log

||>Any other solution you suggets that will allow me chmod this file?

You might have to change the ownership permission first. You'll have to do
this as root, may even have to be root to chmod it.
chown admin web.log

Why are you wanting to mess with your web.log anyway?
Just curious.

Carrie Bartkowiak