有没有办法用 Perl 检查 Windows 中的管理员权限?
我正在尝试构建一个基本的入门脚本,该脚本可以确定我正在运行的操作系统以及是否需要加载任何特殊模块。就Linux而言,我可以通过查看有效的uid $>
来检查root是否有办法在Windows上执行类似的操作?
I am trying to build a basic starter script that figures out what OS I am running on and if any special modules need loaded. As far as Linux is concerned I am able to check for root by looking at the effective uid $>
is there a way to do a similar operation on windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Win32
可能会帮助您在 Windows 中获取用户名。
Win32
might help you to get username in Windows.