Oopps forgot to send to the mailing list. ----- Original Message ----- From: "Dantin" <[EMAIL PROTECTED]> To: "Jamie Harrell" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 9:21 PM Subject: Re: Rom in RedHat 7.3
> Okay ./startup & came up with an error simular to the one when I typed > ./startup &. Heres the permissions with a fake username instead of my > real one. > > -rwxrwx--- 1 pumpkin pumpkin 727 Sep 4 19:23 startup > > It has something to do with the permissions right? Need to set them to all > or something? Thanks again. > > Dantin > > ----- Original Message ----- > From: "Jamie Harrell" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, September 04, 2002 7:42 PM > Subject: Re: Rom in RedHat 7.3 > > > > > When I use this at command prompt in area directory: > > > startup & > > > > That should be: ./startup & > > > > > Heres what I get: > > > [1] 1766 > > > bash: startup: command not found > > > bash: amp: command not found > > > [1]+ Exit 127 startup > > > > > > I used this one also: ./startup & > > > Heres the error message: > > > [1] 1770 > > > bash: amp: command not found > > > :bad interpreter: no such file or directoryin/csh > > > PRESSED ENTER TO SEE PROMPT > > > [1]+ Exit 126 ./startup > > > > if startup is not found as a command when using "./startup &" in the > > "area" folder of your mudbase, then you need to take the following step: > > > > chmod 770 startup > > > > > > That makes your startup script read/write/execute to User and Group. > > ("man chmod" for more information) > > > > Hopefully this will assist you. > > > > If not, please do the following: > > > > ls -l startup > > > > (once again, in your area folder) > > > > And paste the output in your next reply, the more information people > > have, the better they can help you instead of just writing posts like > > Tom's over there, with the "READ THE MANUAL/FAQ" attitude. > > > > Best of luck. > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > >

