我系統是unix, 因為我有幾10台server,
想利用telnet輸入指令關閉螢幕保護程式。
Script 寫法是:
export DISPLAY=' :0'
xset s off
這可存成sh執行,有效
但我想直接使用telnet到機台,
輸入那兩個指令
確險示export not found
想請教
在telnet,我是否有指令可宣告DISPLAY=' :0'
讓後面的 xset s off 可執行
--
想利用telnet輸入指令關閉螢幕保護程式。
Script 寫法是:
export DISPLAY=' :0'
xset s off
這可存成sh執行,有效
但我想直接使用telnet到機台,
輸入那兩個指令
確險示export not found
想請教
在telnet,我是否有指令可宣告DISPLAY=' :0'
讓後面的 xset s off 可執行
--
All Comments