标题: (求助)微软 subinacl.exe 的中文帮助
[打印本页]
作者: chainliq
时间: 2009-1-29 23:40
标题: (求助)微软 subinacl.exe 的中文帮助
subinacl.exe 的英文帮助如下,哪位兄弟可以帮忙解释一下呀,谢谢!
SubInAcl version 5.2.3790.1180
USAGE
-----
Usage :
SubInAcl [/option...] /object_type object_name [[/action[=parameter]...]
/options :
/outputlog=FileName /errorlog=FileName
/noverbose /verbose (default)
/notestmode (default) /testmode
/alternatesamserver=SamServer /offlinesam=FileName
/stringreplaceonoutput=string1=string2
/expandenvironmentsymbols (default) /noexpandenvironmentsymbols
/statistic (default) /nostatistic
/dumpcachedsids=FileName /separator=character
/applyonly=[dacl,sacl,owner,group]
/nocrossreparsepoint (default) /crossreparsepoint
/object_type :
/service /keyreg /subkeyreg
/file /subdirectories[=directoriesonly|filesonly]
/clustershare /kernelobject /metabase
/printer /onlyfile /process
/share /samobject
/action :
/display[=dacl|sacl|owner|primarygroup|sdsize|sddl] (default)
/setowner=owner
/replace=[DomainName\]OldAccount=[DomainName\]New_Account
/accountmigration=[DomainName\]OldAccount=[DomainName\]New_Account
/changedomain=OldDomainName=NewDomainName[=MappingFile[=Both]]
/migratetodomain=SourceDomain=DestDomain=[MappingFile[=Both]]
/findsid=[DomainName\]Account[=stop|continue]
/suppresssid=[DomainName\]Account
/confirm
/ifchangecontinue
/cleandeletedsidsfrom=DomainName[=dacl|sacl|owner|primarygroup|all]
/testmode
/accesscheck=[DomainName\]Username
/setprimarygroup=[DomainName\]Group
/grant=[DomainName\]Username[=Access]
/deny=[DomainName\]Username[=Access]
/sgrant=[DomainName\]Username[=Access]
/sdeny=[DomainName\]Username[=Access]
/sallowdeny==[DomainName\]Username[=Access]
/revoke=[DomainName\]Username
/perm
/audit
/compactsecuritydescriptor
/pathexclude=pattern
/objectexclude=pattern
/sddl=sddl_string
/objectcopysecurity=object_path
/pathcopysecurity=path_container
Usage : SubInAcl [/option...] /playfile file_name
Usage : SubInAcl /help [keyword]
SubInAcl /help /full
keyword can be :
features usage syntax sids view_mode test_mode object_type
domain_migration server_migration substitution_features editing_features
- or -
any [/option] [/action] [/object_type]
[
Last edited by chainliq on 2009-1-30 at 15:59 ]
作者: chainliq
时间: 2009-1-30 15:56
兄弟们帮忙呀,急用哈!
作者: lxmxn
时间: 2009-1-30 16:43
Quote: |
Usage :
SubInAcl [/option...] /object_type object_name [[/action[=parameter]...] |
|
其实看这个就很明了了,/option代表全局选项,位于方括号里面,意即可有可没有。/object_type就表示你要操作的对象的类型,是注册表键,还是文件,还是系统服务,由你而定。object_name就是你要操作的对象的名字或路径,比如c:\windows\explorer.exe,而/action就代表你要对你指定的对象object_name执行的动作,后面有省略号,表示可以执行很多动作。
举个简单的例子,我要显示c:\windows\explorer.exe文件的所有者是谁,也就是owner是什么,执行下面的就可以了。
subinacl /file c:\windows\explorer.exe /display=owner
举一反三吧,不懂的选项查下词典,google下就应该可以搞定了。
作者: chainliq
时间: 2009-1-30 17:49
嗯,非常感谢,呵呵!有时候仔细的看看还真的有所收获,谢谢斑主,我再找找其它资料!