小弟下載 ultraeditor on red hat 5.8
(https://www.ultraedit.com/downloads/uex.html)
因開啟ultraeditor 需用root權限 故撰寫一份shell script 自動sudo -s 後開啟
ultraeditor
內容如下
https://imgur.com/a/ES3ZK
但是執行時卻直接跳回shell konsole
https://imgur.com/a/nY3KX
反而要在shell konsole 先執行sudo -s後 再執行 script
#!/bin/bash
cd ..../uex/bin
./uex
才會開啟
小弟已確認該linux server的sudo -s 不需密碼 請問sudo -s 不能寫在shell script嗎?