Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这只是面板的快捷方式。
[Desktop Entry] Exec=bash -c "tail -n 10 -f /var/log/httpd/error_log" Type=Application Icon=/root/Desktop/2.svg
我需要 Exec= 命令来打开一个新终端并在其中运行该命令。
打开终端Exec=nameOfYourTerminalApp(例如:gnome-terminal、lxterminal、xterm)然后您可以在打开的终端中运行您的命令。否则,您可以使用某些命令创建脚本并运行它。在这种情况下,您必须放入tail -n 10 -f /var/log/httpd/error_log脚本并使其可执行。然后使用快捷方式文件调用它。
Exec=nameOfYourTerminalApp
tail -n 10 -f /var/log/httpd/error_log