$ cd .Trash
$ ls -la
$ rm -rf filename
Open the Terminal, and drag one of the files into the Terminal window. What path is shown there?
jW
I'm not sure if an OS reinstall is the next logical step. If no one else replies, I'd suggest a trip to the Genius Bar before attempting that.
Open the Terminal, and drag one of the files into the Terminal window. What path is shown there?
jW
In a terminal (Don't type the $):
Code:$ cd .Trash $ ls -la $ rm -rf filename
how ?? like this ??
Last login: Mon Feb 15 16:47:54 on console
khalid-al-awadis-macbook-pro:~ khalid$ cd .Trash
ls -la
rm -rf filename
VERY important: Be certain you really are in .Trash BEFORE using rm -rf!!!
what do you mean ?? should i open the trash then type in terminal ??
[edit] If this doesn't work (i.e. you get a "permission denied"), you may not own the files. Look @ permissions and the file(s) owner(s), which will be listed by ls -la anyway.
Hey just did a search on the file name posted and it came back it may be some sort of torrent. Maybe it is some kind of executable file, I would not run it from terminal you never no what it maybe you could always try something like AppCleaner or a virus scan
sudo rm -r .Trash; killall Finder
hi anyone i never use the terminal before
when i open the terminal what should i do first ??
where exactly i type ''sudo rm -r .Trash; killall Finder'' ???
when i open the terminal it says :
Last login: Thu Feb 18 14:47:54 on ttys000
khalid-al-awadis-macbook-pro:~ khalid$