Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So im using Fedora Core 4 and for some reason its refusing to open .bin files, im trying to install Real Player 10 and it tells on the Real website to time in on terminal chmod a+x RealPlayer10GOLD.bin to enable it, but its not doing anything except for saying it cant find it, also happens with my other .bin too
Are you in the same directory as the file? Type "ls" (without quotes) to see if the file is in the directory you're currently in. If not, use the cd command to change directory to wherever you saved the file to.
you should cd into the directory the .bin file is in...when you open the terminal, it most surely "opens" your home directory by default. if the .bin file is located at some other directory, you need to cd there first..
the easier way is simply to locate the .bin file with your graphical file browser (Nautilus in Gnome or Konqueror in KDE), right-click with mouse on it, choose Prefences (or similar) and then from the Permissions tab (or similar) mark it executable (put a mark to the "x-box"..there are marks in r-boxes most probably (read) and probably not in the w-box (write). So you can make it executable from there too.
in console you can either:
cd <write-here-the-dir-where-the-bin-file-is-in>
./filename.bin
OR
/the/whole/path/where/the/file/is/in/filename.bin
got it?
Also: you do not need to run terminal to run the file...nowadays, at least in Gnome/Nautilus you can simply (double)click the file and choose Run in terminal to start it.
The other thing I'm annoyed at (I've told of this to the LQ guys): there's nothing here that tells me or you that somebody else is too writing an answer to this thread. You open one thread, "0 answers", and when you've answered, there're 4 answers telling the same. Waste of time, resources and space...I've seen good solutions where a message pops up or magically appears telling you that somebody else is just reading/writing/answering/meditating on the thread you're reading...try it out LQ guys, really
.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.