[Ti] how to delete items owned by root?

Chris Olson chris at astcomm.net
Mon Nov 17 17:35:57 PST 2003


On Nov 17, 2003, at 11:01 AM, Ron Cooper wrote:

> I want to dump some Retrospect items that in System X / Filesystems / 
> and are owned by root.
>
> What is the procedure?

Open Terminal and:

'cd /System\ X/Filesystems'  (or whatever the path is)

Once you're in the directory do:

'sudo rm <filename>'  or if it's a directory you need to remove then 
use 'sudo rm -r <directory_name>'

--
Chris



More information about the Titanium mailing list