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

RE: [cobalt-users] Re: Real Server Basic for Raq4



> -----Message d'origine-----
> De : Achieve Website Design [mailto:info@xxxxxxxxxxxxxx]
> Envoyé : mer. 6 juin 2001 11:31
> À : cobalt-users@xxxxxxxxxxxxxxx
> Objet : [cobalt-users] Re: Real Server Basic for Raq4
> 
> 
> Below is the message that Dan referred to wrt setting up Real 
> Server on the
> Raq. Not being an expert with Telnet etc, could somebody 
> explain in "newbie"
> language what the following line means. "Then I gave the 
> *.bin file chmod +x
> and after that I ran the *.bin file with ./ "
> Thanks,
> Declan.
> 
First, you must make the file executable:
chmod +x file_name.bin
Then, you run it:
./file_name.bin
And it's done !
Regards
François