Try a tiny app called 'Trash It!': http://www.macupdate.com/app/mac/8214/trash-it!
Also CleanMyMac 3.1.1 can be a solution.
OSX El Capitan не позволит мне удалить файл из корзины. Я перепробовал все: секретное сочетание клавиш, переход к ~/.Trash
терминалу, выполнение и rm -rf
т. Д. Вот сеанс Bash, который показывает это:
~ $ cd ~/.Trash ~/.Trash $ ls site ~/.Trash $ sudo rm -rf site rm: site/static/main.styl: Operation not permitted rm: site/static: Directory not empty rm: site: Directory not empty ~/.Trash $ cd site/static ~/.Trash/site/static $ sudo rm -rf main.styl rm: main.styl: Operation not permitted ~/.Trash/site/static $ ls -lh main.styl -r--r--r-- 1 bh staff 595B 26 Jul 14:16 main.styl
У кого-нибудь есть идеи, почему это может происходить или как я могу это исправить?
Try a tiny app called 'Trash It!': http://www.macupdate.com/app/mac/8214/trash-it!
Also CleanMyMac 3.1.1 can be a solution.