LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Executing .bin files (https://www.linuxquestions.org/questions/linux-software-2/executing-bin-files-63973/)

klmn1 06-06-2003 01:45 AM

Executing .bin files
 
I've downloaded a UPS management software and it is in the .bin file type. How can I execute and install this kind of file?


Thanx

Azmeen 06-06-2003 02:01 AM

chmod +x file.bin
./file.bin

:)

JZL240I-U 06-06-2003 02:04 AM

Why don't you just type the name in a console window? Depending from your path variable (echo $PATH) eventually including the entire path like /where/your/program/resides/xxx.bin (replace xxx with the real name).


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