-1

这只是面板的快捷方式。

[Desktop Entry]
Exec=bash -c "tail -n 10 -f /var/log/httpd/error_log"
Type=Application
Icon=/root/Desktop/2.svg

我需要 Exec= 命令来打开一个新终端并在其中运行该命令。

4

1 回答 1

0

打开终端Exec=nameOfYourTerminalApp(例如:gnome-terminal、lxterminal、xterm)然后您可以在打开的终端中运行您的命令。否则,您可以使用某些命令创建脚本并运行它。在这种情况下,您必须放入tail -n 10 -f /var/log/httpd/error_log脚本并使其可执行。然后使用快捷方式文件调用它。

于 2013-08-08T23:17:05.160 回答