Prevent Gnome Terminal From Exiting After Execution [duplicate]
问题 This question already has answers here : Avoid gnome-terminal close after script execution? (7 answers) Closed 4 years ago . How do you prevent gnome-terminal from exiting after its given command has exited? I'm calling gnome-terminal from a cronjob, in order to create a terminal accessible to the user. The terminal is initially given a specific program to run. e.g. gnome-terminal --tab -e "/usr/bin/myprog" This works fine, except that when "myprog" exits, so does the gnome-terminal. How do I