从Linux终端关闭Windows计算机 [英] Shutdown Windows machine from linux terminal

查看:216
本文介绍了从Linux终端关闭Windows计算机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在linux机器上运行一个应用程序.通过提供Windows计算机的IP地址作为输入,应用程序必须关闭Windows计算机.如果这些机器运行相同的操作系统,这是非常容易的,但是我对如何在跨操作系统中执行该操作感到困惑.

I am running an application on linux machine. By giving the ip address of a windows machine as input, the application must shutdown the windows machine. If the machines run the same OS it is very easy but I'm confused how to do it in cross OS.

推荐答案

从Linux-:

$ net rpc -S <ip address> -U <username>%<password> shutdown -t 1 -f

此命令可以从bash发出,甚至可以在cron作业中设置以在特定时间关闭计算机,并且默认情况下,此命令附带了许多发行版.

This command can be issued from bash or even set in cron job to shutdown the computer at a specific time and this command is shipped with many distros by default.

这篇关于从Linux终端关闭Windows计算机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆