小弟下载 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吗?