Windows Temp文件夹默认NTFS安全性

Iva*_*anL 6 windows security ntfs

Windows 7中C:\ Windows\Temp文件夹的默认NTFS安全设置是什么?

Hel*_*ein 7

SetACL能够列出C:\ Windows\Temp的权限,而无需先更改它们.我setacl -on c:\Windows\Temp -ot file -actn list在新安装的系统上使用该命令检索了默认权限,并在我的系统上进行了验证:

DACL(protected+auto_inherited):
Users           FILE_ADD_FILE+FILE_ADD_SUBDIRECTORY+FILE_TRAVERSE   allow   container_inherit
Administrators  full   allow   no_inheritance
Administrators  full   allow   container_inherit+object_inherit+inherit_only
SYSTEM          full   allow   no_inheritance
SYSTEM          full   allow   container_inherit+object_inherit+inherit_only
CREATOR-OWNER   full   allow   container_inherit+object_inherit+inherit_only
Run Code Online (Sandbox Code Playgroud)

如果您更喜欢GUI应用程序,SetACL Studio可以列出系统各个部分的权限,而无需先像Explorer那样更改它们.这就是C:\ Windows\Temp在SetACL Studio中的样子:

SetACL Studio  -  C:\ Windows\Temp上的权限