to delete a file

steffen

Registered
I want to delete a pdf file, dunno where it come from, but it does not work. Rights for this file are given to me, admin. How can I delete that file?
 
Open the terminal and type:

cd ~/.Trash
<hit return>

sudo rm -rf

put a space after the f and drag the item you want deleted to the terminal so that its path is automatically entered, then press return

give it your admin password and hit return
 
Back
Top