Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: central_va

But you could open a terminal window as the file owner, and execute a simple rm on the file itself, right? I don’t know if dragging it to the recycle bin chowns it, though.


32 posted on 08/27/2011 7:24:34 PM PDT by proxy_user
[ Post Reply | Private Reply | To 29 | View Replies ]


To: proxy_user; central_va; library user
But you could open a terminal window as the file owner, and execute a simple rm on the file itself, right? I don’t know if dragging it to the recycle bin chowns it, though.

If you are comfortable using a command line, that would be the easiest way to remove individual files. Moving files to the Trash does not change the owner, but it does make ordinary files read only.

So open the terminal window application which you will find at:
/Applications/Utilities/Terminal.app

Then in the Terminal window go to the .Trash folder by typing in this command at the prompt (pressing the return key at the end of each command):

cd ~/.Trash

Then get a listing of the files with this command:

ls

Then remove the files one at a time with this command:

rm -f "name of file"
Since you don't have write permission on the file in the .Trash folder, using the -f option will force delete it.
41 posted on 08/27/2011 8:14:02 PM PDT by stripes1776
[ Post Reply | Private Reply | To 32 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson