CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
可用分押宝游戏火热进行中... 专题改版:Java Web 专题
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Windows专区 >  网络管理配置和工具使用

Netlogon.chg 文件的作用是什么??

楼主whoamiyxzh(印相纸)2003-02-04 13:22:50 在 Windows专区 / 网络管理配置和工具使用 提问

在NT   ,2K   Server的服务器中,都有这个文件,请问,这个到底有何作用??下面是从微软网站上的资料:  
   
  The   Netlogon.chg   file   is   located   on   all   domain   controllers,   but   is   used   only   by   the   primary   domain   controller   (PDC)   to   keep   track   of   changes   made   to   the   security   databases.   All   changes   to   the   security   databases   are   recorded   in   this   log   file,   along   with   the   serial   number   of   the   change.   Each   of   the   three   security   databases   maintains   a   separate   serial   number,   which   is   incremented   once   for   each   change.   When   a   backup   domain   controller   (BDC)   requests   a   particular   change   from   the   PDC,   the   PDC   checks   the   change   log   to   determine   which   changes   need   to   be   sent.    
  问题点数:0、回复次数:5Top

1 楼finnal(冰火)回复于 2003-02-04 13:54:06 得分 0

资料上说,它是存在在最初的域控制器上的,记录域改变轨迹作为安全数据库。当备份域控制器要求一个特别的改变时,就调用这个文件的纪录。Top

2 楼whoamiyxzh(印相纸)回复于 2003-02-04 14:20:08 得分 0

那可否将这个文件删除?   删除后,下次登陆时系统会重建它吗?Top

3 楼finnal(冰火)回复于 2003-02-04 22:05:35 得分 0

这是NTFS格式下的方案:(翻译得不好,见谅)  
  找到systemroot文件夹右键点击   Netlogon.chg选择属性,然后选择〈安全〉标签,将对这个项目允许从父项获得的遗传许可(   Allow   inheritable   permissions   from   parent   to   propagate   to   this   object   )前的钩去掉。在安全对话框中点击复制(Copy)将现有的遗传许可保存到这个项目。点击系统账号,点击拒绝,将所有的控制许可设置为拒绝。然后重新启动计算机,删除Netlogon.chg文件,然后重新启动Netlogon.chg   文件会自动重建。  
     
  To   delete   (reset)   the   Netlogon.chg   file   on   an   NTFS   partition,   use   the   following   steps:    
  Open   Windows   Explorer,   and   then   navigate   to   the   %systemroot%   folder.    
  Right-click   the   Netlogon.chg   file,   and   then   click   Properties.    
  Click   the   Security   tab.    
  Click   to   clear   the   Allow   inheritable   permissions   from   parent   to   propagate   to   this   object   check   box,   and   then   click   OK.    
  In   the   Security   dialog   box,   click   Copy   to   copy   the   existing   inheritable   permissions   to   this   object.    
  Click   the   System   account,   click   Deny   -   Full   Control   to   change   all   of   the   permissions   to   Deny,   and   then   click   OK.    
  Restart   the   computer.   After   you   log   on   to   the   computer,   delete   the   Netlogon.chg   file.    
  Restart   the   computer   again.   When   you   log   on   the   computer,   the   Netlogon.chg   file   is   rebuilt   automatically.    
  Top

4 楼finnal(冰火)回复于 2003-02-04 22:11:06 得分 0

这是fat下的方案:  
  启动计算机进入dos模式,删除   %systemroot%文件下的Netlogon.chg   文件重新启动进入windows   NT(2000)就会重新建立Netlogon.chg   文件。  
  Start   the   system   using   MS-DOS,   and   then   delete   the   %SystemRoot%\Netlogon.chg   file.  
  Restart   using   Windows   NT.   The   file   will   be   recreated   at   startup.  
  Top

5 楼finnal(冰火)回复于 2003-02-04 22:16:10 得分 0

这是NTFS格式下的方案:(重新翻译了,要比刚才的好)  
  找到systemroot文件夹右键点击   Netlogon.chg选择属性,然后选择〈安全〉标签,将对这个项目允许将来自父系的可继承权限传播给该对象(   Allow   inheritable   permissions   from   parent   to   propagate   to   this   object   )前的钩去掉。在弹出的安全对话框中点击复制(Copy)将现有的遗传许可保存到这个项目。在权限控制中将所有的控制许可设置为拒绝。然后重新启动计算机,删除Netlogon.chg文件,然后重新启动Netlogon.chg   文件会自动重建。  
     
  To   delete   (reset)   the   Netlogon.chg   file   on   an   NTFS   partition,   use   the   following   steps:    
  Open   Windows   Explorer,   and   then   navigate   to   the   %systemroot%   folder.    
  Right-click   the   Netlogon.chg   file,   and   then   click   Properties.    
  Click   the   Security   tab.    
  Click   to   clear   the   Allow   inheritable   permissions   from   parent   to   propagate   to   this   object   check   box,   and   then   click   OK.    
  In   the   Security   dialog   box,   click   Copy   to   copy   the   existing   inheritable   permissions   to   this   object.    
  Click   the   System   account,   click   Deny   -   Full   Control   to   change   all   of   the   permissions   to   Deny,   and   then   click   OK.    
  Restart   the   computer.   After   you   log   on   to   the   computer,   delete   the   Netlogon.chg   file.    
  Restart   the   computer   again.   When   you   log   on   the   computer,   the   Netlogon.chg   file   is   rebuilt   automatically.    
   
  Top

相关问题

  • ini文件的作用?
  • hosts文件不起作用
  • ▲▲▲▲▲▲求教:global.asa文件的作用?
  • .ini,请问,ini文件的作用
  • GLOBAL.ASA文件起什么作用?
  • 98下PDM.DLL文件有什么作用?
  • 98下PDM.DLL文件有什么作用?
  • 98下PDM.DLL文件有什么作用?
  • 请问properties文件有何作用?
  • 资源文件是起何作用呀?

关键词

  • 文件
  • 许可
  • 选择
  • computer
  • 安全
  • 项目
  • security
  • 计算机
  • netlogon
  • chg

得分解答快速导航

  • 帖主:whoamiyxzh

相关链接

  • CSDN Blog
  • 技术文档
  • 代码下载
  • 第二书店
  • 读书频道

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
世纪乐知(北京)网络技术有限公司 版权所有, 京 ICP 证 020026 号
北京创新乐知广告有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved
GongshangLogo