Results 1 to 7 of 7
I have installed the bit torrent client on my computer but cant find it. Its not in the start menu or anything like that.
I'm a newbie and dont yet ...
- 05-20-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 5
Bit Torrent
I have installed the bit torrent client on my computer but cant find it. Its not in the start menu or anything like that.
I'm a newbie and dont yet know my way around the file layout. So any tips or pointers would be greatly appreciated
- 05-20-2005 #2
It's going to be a 'binary' file (executable and compiled). You don't know the name of the file, but it'll be in one of the /bin directories. You could browse using Konqueror. Try:
/bin
/usr/bin
/usr/local/bin
Is there a /usr/share/bin ? After 3 years I still get lost in there!
Failing that - assuming the word 'torrent' is in there - you could try this handy trick... You won't regret learning this:
su
your_password
find / -name *torre* -print
This should force a search on everything from the root '/' dir downwards with 'torrent' in there. You might find that this draws a blank, but I think you'll get there.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 05-21-2005 #3Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
wait im new to linux and i didnt understand that part .. could you explain a little ? thanks
Originally Posted by fingal
- 05-22-2005 #4
it just means search your entire hard drive for files which contain the characters torre and print out their locations in the console.
You need to do the su command because as a normal user, you wont have access to all areas of your hard drive and only root has that access.
Once you found the file, just run it or create a link to that file.
- 05-23-2005 #5
Of course, there's no guarantee that the binary is called 'torrent'. I would keep chopping the name down: *torre*/*tor* ... And generally coming up with other search ideas.
The find command is so useful... I use it on a very basic level, but many other powerful searches are possible
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 05-23-2005 #6Just Joined!
- Join Date
- Apr 2005
- Posts
- 10
which bittorrent client did you download and are you sure you installed it?
- 05-23-2005 #7
for me (in debian) it is /usr/bin/btdownload
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
