Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When I am trying to secure empty my trash, I get a dialogue box saying:

The operation can’t be completed because you don’t have permission to access some of the items."

share|improve this question

2 Answers

By the sounds of it you don't ownership or read write permissions of the file(s) you are trying to delete, check in the trash, see what files are remaining.

Go to trash highlight the files the remain, press cmd + i, check the permissions, if you know the password to the admin, or the account that owns said files press the padlock in the righthand corner, and add read write permissions for your user, then try and delete again.

share|improve this answer

If you do not have access to an administrator's account, go into Terminal and type the following command:

rm -rf ~/.Trash/*

If you're wondering what that command does, it simply "force-empties" the Trash by using the rm -rf command.

Another way to empty the Trash is to hold down the "option" key while emptying the trash like you normally would.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.