[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mass User Addition Script for RAQ3i
- Subject: Re: [cobalt-users] Mass User Addition Script for RAQ3i
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Sat May 13 01:12:32 2000
- Organization: nobaloney.net
Andy perrett wrote:
> Thanks for this but I've run into another problem.
> How do I run scripts from a telnet session. when I type in the name of the
> script that I have uploaded all I get back is "command not found". If I put
> the script into a web space directory I simply get an internal error.
> Other scripts work ok and in Telnet I am logged as root?
MS-DOS includes the "current" directory in the path by default. Linux
and Unix do NOT.
SO you either have to change the path to include "." as the first
directory to try, or else call your program like this (which is the way
I do it):
$ ./filename.ext
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205