On Mon, Jan 28, 2013 at 11:30 AM, you wrote: > How do I delete an unwanted folder from the root file system ?
You'd have to use use sudo, but be very careful when removing that kind of stuff, you might have unwanted problems. That said: 1) open a Terminal window; 2) type sudo rm -rf /path/to/your/folder ***BEWARE: this is going to delete EVERYTHING in that folder, it's going to be very to recover that data, so be careful about what you type in!*** 3) hit enter 4) type your standard password -- Stefano
