php的exec()中不能使用net use获取权限么?该怎么处理

WBOY
Release: 2016-06-13 13:29:15
Original
888 people have browsed it

php的exec()中不能使用net use获取权限么?
exec('net use \\\\192.168.2.102\\ipc$ "1" /user:"administrator"');

这么写不行 连不上

exec('net use \\\\192.168.2.102\\ipc$ ');
这样可以建立一个ipc$ 但是没有管理员权限




我就是想用cmd命令获得远程机器的管理员权限 然后去启动一个服务,以上内容在cmd窗口执行都没有问题
就是放在代码里应该怎么写这个net use呢?

------解决方案--------------------
是的,也不能得到权限
但你可以变通一下
web方式的平衡品程序将需要执行的命令写到过渡文件中
用一个以命令行方式运行的php程序充当守候进程,不断检查过渡文件中是否有要执行的命令
如有就执行

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template