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

Re[2]: [cobalt-users] URGENT: After deleting virtual host, won't let me administer my other sites!



Hi,

> Forgive my ignorance. I downloaded the script, uploaded it to one of my web
> directories, logged in as admin, made it executable 'chmod +x clean.pl', and
> then when I try to run it by typing clean.pl at the command line it gives me
> "command not found". On my only other Unix box (running Solaris) this is all
> I normally have to to do to execute a PERL script as root/admin.

Try calling "./scriptname" instead of "scriptname"