[LBo] Hi guys

Bert Van Kets linuxbasics at vankets.com
Sun Sep 23 23:16:39 CEST 2007


Robin B wrote:
> I recently downloaded a file that has .bin, .bin.run etc and i have failed
> to run then.
>
>   
>> I also can't install a .jar file and some other files (i want to learn how
>> to do it) i have attached some snapshots of the real files that if u guys
>> need the link i may have to dig again.
>> Other pliz help, i need those compilations up soon.
>> Thank you very much guys
>>
>> Nice time
>>     
>
>
> http://sourceforge.net/project/showfiles.php?group_id=13367
>
> http://sourceforge.net/project/showfiles.php?group_id=25534
>
> http://sourceforge.net/project/showfiles.php?group_id=86016
>
>
>
>
>   
You can only run files when they are set to Executable. The easiest way 
to do this is to get the properties of the file you downloaded and set 
it there. As it is possible you will have to be root to install the 
application you can just as well open a terminal window, get root 
priviliges through the "su" command and then do "chmod 777 [filename]".
that's:
- su (will ask for the root or user password, depending on the distribution)
- chmod 777 [filename] (replace [filename] with the filename)
you can then run the command. Many times you will have to precede it with ./

Bert


More information about the QnA mailing list