Is there any Windows equivalent of Linux's chmod to change the permissions of a file?
|
| ||||
|
feedback
|
migrated from stackoverflow.com Feb 8 '10 at 10:32
This question came from our site for professional and enthusiast programmers.
|
| |||
|
feedback
|
|
Greg mentions
Here's an example I have saved in my github gist; it resets the ownership and access control list for all files in a folder and is particularly useful to fix those annoying "You need permissions from .. to perform this action" especially when moving files over from a previous install:
Reset replaces the existing one with the default list. You can also do things like backup the existing ACLs & apply them across all. Have a look at ss64 which explains the different options & switches very well. | ||||
|
feedback
|
|
The | ||||
|
feedback
|
|
There is nothing called chmod in windows because the security model of Windows is different than Linux. You can use | ||||
|
feedback
|