Thank you. The name of the file, at least the name it was given on PB, is this: Life of Pi from Cam but Very Good.avi
I am familiar with su and password, have used it many times. But could you tell me specifically how to remove this whatever it is that keeps coming back every time I delete it? I should have known better from the title--it said it was very good but the quality sucked. I have still not had any luck with clam.
I see somebody has beaten me to this, but I will post anyway, as some of this may be still relevant.
If "Life of Pi from Cam but Very Good.avi" is the file you wish to delete, try this:
1.) Figure out where this file is stored. It may prove useful to run the slocate or find commands to accomplish this - you may be surprised to find the file in question resides in more than one place!
2.) Once you've figured out where all the copies are, delete them as root from a shell using the rm command with the -f option {WARNING! Sit on your fingers for a few seconds, and read the command carefully before pressing the ENTER key - a character or space out of place in an rm command can have disastrous consequences. As an example, say you found a copy of this file in /home/xxxxx/Videos (where xxxxx represents a user name), you could delete it from a root shell prompt by issuing the command:
[root@localhost xxxxx]rm -f "Life of Pi from Cam but Very Good.avi"Note the double quotes around the file name? Very necessary since this file name contains spaces!
Another way to attack the problem would be to use Midnight Commander as root. To open it as root, issue the following command from a root shell:
[root@localhost xxxxx]mc
You will find that Midnight Commander has some very powerful file search and manipulation tools. (I suggest this as the file name you are working with may have non-visible/non-printable characters in it that are hindering your deletion efforts.)
Hope this helps you out. You may wish to reconsider Pirate Bay as a source for torrents. There are safer sites out there. Google it, friend.
Later On,
D