[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!
- Subject: Re[2]: [cobalt-users] URGENT: After deleting virtual host, won't let me administer my other sites!
- From: Florian Effenberger <florian.effenberger@xxxxxxxxxxxxx>
- Date: Fri Oct 20 14:20:05 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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"