标签: linux crontab redhat gnome-terminal
我有shell脚本需要在前台运行但是需要定期运行,因此我尝试将crontab与使用以下语法从中生成新终端窗口的能力结合起来:
export DISPLAY=:0 && /usr/bin/gnome-terminal -e "test.sh"
test.sh在哪里我要执行的shell脚本