Run an application from the terminal but independent of the terminal
1–3 of 3 posts
Re: Run an application from the terminal but independent of the terminal
#2"Did everyone but me know this?"
Anyone who knows Unix you would know this.
Re: Run an application from the terminal but independent of the terminal
#3not really independent, you close that terminal and it'll probably HUP the process.
disown/nohup help with this.