Skip to main content

Open application from the command line in Ubuntu and dettach

Member for

3 years 1 month
Submitted by admin on

To start an application in Ubuntu and detach it from the launched terminal, add &! to the command. If it displays warnings, you can press `Control Shift C`, which will keep working. The examples below will only work if you have the software installed.

$~ firefox &!
//or
$~ phpstorm  &!