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.