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
У кого-нибудь есть идеи, почему это может происходить или как я могу это исправить?