Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Destination Folder Access Denied - You need permission to perform this action [closed]

Tags:

windows

Sometimes I get this error message when trying to move, rename, or otherwise manipulate some files or folders on my computer...

Destination Folder Access Denied You need permission to perform this action http://img222.imageshack.us/img222/1581/destinationfolderaccessms9.jpg

What do I need to do to gain control?

like image 701
Zack Peterson Avatar asked Jan 29 '09 01:01

Zack Peterson


People also ask

How do I give permission to the destination folder access denied?

Select user/group from permission windows or click “add” to add other user or group. d. Under Permission, check “Full Control” under the “Allow” column to assign full access rights control permissions.


2 Answers

don't listen to vista, it tells lies!!!

I had this problem, and could not resolve it by running as admin, taking ownership (I was already owner) etc. turned out the problem was that another process (textpad) had a file open deep underneath the directory I was trying to rename. the error message was completely misleading, the problem was a file open for write, nothing to do with security permissions.

AAaaarghhhh!!!!

like image 111
matao Avatar answered Sep 21 '22 00:09

matao


Take ownership of the folders and files...

  1. Right-click the folder that you want to take ownership of, and then click Properties.

  2. Click the Security tab, click Advanced, and then click the Owner tab.

  3. Click Edit. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

  4. Click the name of the person you want to give ownership to.

  5. If you want that person to be the owner of files and subfolders in this folder, select the Replace owner on subcontainers and objects check box.

  6. Click OK.

like image 20
Zack Peterson Avatar answered Sep 18 '22 00:09

Zack Peterson