前端之家收集整理的这篇文章主要介绍了
如何通过命令提示符模式在Windows中设置文件权限?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
>attrib /?
Displays or changes file attributes.
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
[/S [/D]]
+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
[drive:][path][filename]
Specifies a file or files for attrib to process.
/S Processes matching files in the current folder
and all subfolders.
/D Processes folders as well.
原文链接:https://www.f2er.com/windows/364930.html