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

Re: [cobalt-users] URGENT: After deleting virtual host, won't let me administ...



In a message dated 10/20/00 4:50:48 PM Eastern Daylight Time, 
brock@xxxxxxxxxxxxxxxx writes:

<< on 10/20/00 12:34 PM, Jeff Bilicki at jeff@xxxxxxxxxxx wrote:
 
 > You might want to try running the following perl script as
 > root.  It should re-create the siteManage pages.
 > 
 > ftp://ftp.cobaltnet.com/pub/users/jeffb/scripts/genAdmservPages
 
 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.
 
 ->  Brock >>

First, log on as root, not admin. THEN you can't type: clean.pl even if you 
do chmod +x. You must type: ./clean.pl :-)

Avi.