📄 hclnotes.txt
字号:
Notes on interoperability with HCL inetd----------------------------------------Since the daemon user is separate, networked drives don't work,since that is a per-user configuration. Instead, physicaldrives must be used if the file is local. For network, perhapsUNC names work? Didn't try it.Connection logging is quite useful for initial diagnostics.In particular, if it can't find the executable, it logs Error 2,which corresponds to ENOFILE (file not found).Event numbers (in Event Viewer): 100 service disable from Control Panel 105 service enable, either from Control Panel, or after 112 106 incoming connection 112 restarting listen, called when shutdown received by inetd, and followed by a 105The hcl-started daemons run as "SYSTEM", which means the same privilegeas the other OS kernel components. Therefore, getting a secure place tostore data is just a matter of creating a directory or registry key forwhich "Everyone" does *not* have access. Since "SYSTEM" always does,that's all it takes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -