What is Zone Identifier? [closed]

夙愿已清 提交于 2019-11-27 10:40:04

问题


I often saw some files which named 'blabla.exe:Zone.Identifier' monitoring I/O with Process Monitor.
The files could be seen network-drive.

  • What is Zone.Identifier?
  • What does the colon mean in the filename.

Is the colon related the file's extended attributes?


回答1:


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.

Some specific info: About URL Security Zones, Zone.Identifier Stream Name

Best is to google around for more information. Eg. this, this and this.

Finally, here's Streams, the Sysinternals tool for ADS.



来源:https://stackoverflow.com/questions/4496697/what-is-zone-identifier

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!