Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: jrich4 on 7 September 2003, 07:03

Title: .bin help needed
Post by: jrich4 on 7 September 2003, 07:03
How do I go about installing a .bin file?
Title: .bin help needed
Post by: Stryker on 7 September 2003, 07:39
execute it.
Title: .bin help needed
Post by: Master of Reality on 8 September 2003, 01:36
in the directory the file is in type "./something.bin"

or... type the full path to it... "/home/ah/something.bin"

the "./" just means current directory.
Title: .bin help needed
Post by: Stryker on 8 September 2003, 05:06
you might have to set urself permission to execute, you can do so by:

chmod u+x thisfile.bin
Title: .bin help needed
Post by: jrich4 on 8 September 2003, 06:56
Thanks guys.
I knew how to execute it, but it kept faulting out. I finally figured out that I didn't have the right permissions. I got it working now.