windows 什么是区域标识符?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4496697/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is Zone Identifier?
提问by Benjamin
I often saw some files which named 'blabla.exe:Zone.Identifier' monitoring I/O with Process Monitor.
The files could be seen network-drive.
我经常看到一些名为“blabla.exe:Zone.Identifier”的文件用进程监视器监控 I/O。
该文件可以看到网络驱动器。
- What is Zone.Identifier?
- What does the colon mean in the filename.
- 什么是 Zone.Identifier?
- 文件名中的冒号是什么意思。
Is the colon related the file's extended attributes?
冒号是否与文件的扩展属性相关?
采纳答案by Zabba
The text after the colon is an identifier for an "Alternate Data Stream". ADS is used to store meta-information about the file. For example, the Zone identifier stores whether the file was downloaded from the internet.
冒号后面的文本是“备用数据流”的标识符。ADS 用于存储有关文件的元信息。例如,区域标识符存储文件是否是从 Internet 下载的。
Some specific info: About URL Security Zones, Zone.Identifier Stream Name
一些特定信息:关于 URL 安全区域,Zone.Identifier 流名称
Best is to google around for more information. Eg. this, thisand this.
Finally, here's Streams, the Sysinternals tool for ADS.
最后,这里是Streams,这是 ADS 的 Sysinternals 工具。