When I launch any application from terminal, then the terminal gets locked until I close that application. What I want is just to use terminal for launching programs and then use the same terminal for other purpose without closing that application.
I googled up and found that one solution is running the process in background like
gedit &
Is n't there any other way by which I only type "gedit" and then return to command prompt? Because I have seen such use in fedora terminal. How is it done in fedora by default ?
Thank You.
xdg-open
, which you might want to try out) the functionality is the same as in ubuntu. This is mostly because the behavior is specified in bash, which both distro's use the same version of. – Alex L. Mar 03 '13 at 20:24