-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-Jul-2002/20:41 +0500, Petri Somerkar <[EMAIL PROTECTED]> wrote:
>    I have a file that has an extension .bin and I can execute it. By 
>just typing its name. I have changend permissions of that file by chmod 
>a+x filename.bin
>but still no progress.
>
>Filetypes and programs don't have any defauls action for .bin-files (I 
>use GNOME)

".bin" is not associated with an application in GNOME. You have to make
the file executable to run it. Then if it's not in your path (echo $PATH),
then you have to specify the path to the file to run it. If you are in the
same directory as the program file, do this:

  ./programname

Otherwise bash will search your path to find the program.

Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE9Kj+jpCpg3WyUI50RAl1OAJ0Yp+e2zrIXIN0V4YzUrGpjU3ieuQCbBcY2
T2+rj2PPFDLosNareTTl0hY=
=uUMV
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to