LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bin file help? (https://www.linuxquestions.org/questions/linux-newbie-8/bin-file-help-758676/)

Doomcat 09-30-2009 08:59 AM

Bin file help?
 
I can't download the bin file for some reason please help...
Quote:

doomasian@ubuntu:~$ chmod +x RegnumOnlineInstall_32.bin
chmod: cannot access `RegnumOnlineInstall_32.bin': No such file or directory
doomasian@ubuntu:~$ sh RegnumOnlineInstall_32.bin
sh: Can't open RegnumOnlineInstall_32.bin
doomasian@ubuntu:~$ chmod +x /home/doomasian/Desktop/RegnumOnlineInstall_32.bin
doomasian@ubuntu:~$
doomasian@ubuntu:~$





pixellany 09-30-2009 09:10 AM

Don't see any commands there for downloading---it looks like you are just trying to set permissions and run it.

Your listing implies that the second attempt at setting permission was successful. Do ls -l to confirm.

To run it:

If you are in the same directory:
./filename

Otherwise enter the full path---eg /home/doomasian/filename

Doomcat 09-30-2009 09:16 AM

ahh finally.
Thank you!


All times are GMT -5. The time now is 03:43 PM.