Advertisement

File Sharing

Started by August 02, 2002 12:26 AM
6 comments, last by DAharon 22 years, 5 months ago
I''m just wondering what file sharing programs you guys are using for linux. I tried to download the LimeWire client, but it downloaded as a .bin file and I don''t know how to decompress/install it.
Start X and then through console type ''./LimeWireLinux.bin''.
Advertisement
I use Gtk-Gnutella. I''d say it''s better than any other Gnutella client I''ve used, in Windows or *nix.

If I try just typing LimeWireLinux.bin, it tells me
bad interpreter: permission denied.
two things:

#1 is it +x ?

#2 did you type the ./ or just dismiss it?
try:

chmod u+x ./LimeWireLinux.bin
./LimeWireLinux.bin
The guy who invented the first wheel was an idiot. The guy who invented the other three, he was the genius.
Advertisement
wow dejao, how did you figure that one out ?
quote: Original post by DAharon
If I try just typing LimeWireLinux.bin, it tells me
bad interpreter: permission denied.


Did you read the response? He didn''t say to simply type LimeWireLinux.bin but rather ./LimeWareLinux.bin( the ./ in the beginning are necessary to tell the shell not to open another shell, which will cause the execution of the .bin file to crash )... Also, make sure that your .bin has the execute flag set.




"DaHjajmajQa''jajHeghmeH!"

Cyberdrek
danielc@iquebec.com
Founder
Laval Linux

/(bb|[^b]{2})/ that is the Question -- ThinkGeek.com
Hash Bang Slash bin Slash Bash -- #!/bin/bash
[Cyberdrek | ]

This topic is closed to new replies.

Advertisement