Skip Navigation

Start graphical applications from the terminal without output and without blocking the terminal?

when I want to run a file manager or firefox from terminal, how can I surpress output and run it in the background as quickly as possible?

My current approach (an example starting thunar file manager in background):

 
    
thunar ./hello.txt&

  

but sometimes messages still pop up in the terminal then ...

Comments

2