标题: (求助)微软 subinacl.exe 的中文帮助
[打印本页]
作者: chainliq
时间: 2009-1-29 23:40
标题: (求助)微软 subinacl.exe 的中文帮助
subinacl.exe 的英文帮助如下,哪位兄弟可以帮忙解释一下呀,谢谢!
SubInAcl version 5.2.3790.1180
USAGE
-----
Usage :
SubInAcl /object_type object_name ...]
/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=
/nocrossreparsepoint (default) /crossreparsepoint
/object_type :
/service /keyreg /subkeyreg
/file /subdirectories
/clustershare /kernelobject /metabase
/printer /onlyfile /process
/share /samobject
/action :
/display (default)
/setowner=owner
/replace=OldAccount=New_Account
/accountmigration=OldAccount=New_Account
/changedomain=OldDomainName=NewDomainName]
/migratetodomain=SourceDomain=DestDomain=]
/findsid=Account
/suppresssid=Account
/confirm
/ifchangecontinue
/cleandeletedsidsfrom=DomainName
/testmode
/accesscheck=Username
/setprimarygroup=Group
/grant=Username
/deny=Username
/sgrant=Username
/sdeny=Username
/sallowdeny==Username
/revoke=Username
/perm
/audit
/compactsecuritydescriptor
/pathexclude=pattern
/objectexclude=pattern
/sddl=sddl_string
/objectcopysecurity=object_path
/pathcopysecurity=path_container
Usage : SubInAcl /playfile file_name
Usage : SubInAcl /help
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
Last edited by chainliq on 2009-1-30 at 15:59 ]
作者: chainliq
时间: 2009-1-30 15:56
兄弟们帮忙呀,急用哈!
作者: lxmxn
时间: 2009-1-30 16:43
Usage :
SubInAcl /object_type object_name ...]
其实看这个就很明了了,/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
嗯,非常感谢,呵呵!有时候仔细的看看还真的有所收获,谢谢斑主,我再找找其它资料!