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