Thursday, March 4, 2010

Fork And Detach the Process spawned from the terminal

If you are a command line junkie then here is a trick for you.

$nohup gnome-open .  0</dev/null 1>/dev/null 2>/dev/null&

this will open the current directory in nautilus detached from your terminal.

No comments:

Post a Comment