Originally Posted by gradient
> I ran this command and got a list of everything i'm looking to get rid of
> but under the /.Trashes/501/ directory.
>
> What is the significance of the /501/ directory as opposed to the /0/ directory
> and what are the risks of deleting data in these directories?
Since you said the stuff in there is what you wish gone,
there is no risk in deleting those items in /.Trashes/501/
The risk is mainly if the command gets entered wrong...
it could still "work", except with horrendous results.
Even with copy/paste, I've seen strange effects occur,
(perhaps formatting chars on the web page or something).
The 501 indicates the first user account. Now I got the picture,
you were logged into your G5 as the primary account (501), and
when trashing items on the iBook (a FireWire volume in target mode),
they went into /Volumes/iBook/.Trashes/501/ as they should.
What puzzles me is why they don't bulge your trash now (?).
I can only guess you're logged in as user id 502 (or higher) on
the iBook now. Is that right? What number do you see if you
type this in Terminal?:
id -u
Originally Posted by gradient
> If you could give me instructions on how to do it along with the risks,
so that I can understand what I'm doing more fully, I would appreciate it greatly.
Basically the command would be:
sudo rm -fR /.Trashes/501/*
NOTES:
1) The asterisk at the end is part of the command.
[it is NOT indicating a note somewhere down below].
It makes (almost) everything inside the 501 folder
go away, but not the 501 folder itself.
2) If you put a space between the / and the .
you will have a VERY BAD day... so don't do that!
(That's like saying "erase my entire HD first").
In fact... there's several other places there where
a space could spell DISASTER. (UNIX is extremely
powerful and very unforgiving. Watch out!!!).
3) It may be best to create a **plain text** document
with TextEdit, and paste the command there first to
have a look... and then copy it from the plain text doc
before pasting into Terminal. (That should clean it up).
4) To the best of my knowledge, what I have instructed
is 100% right... but I'm only human. You should study up
on some UNIX (e.g., type "man rm" in Terminal). I can't be
held responsible if things go wrong. (Just be very careful,
it should be fine).
