this post was submitted on 13 Nov 2025
4 points (100.0% liked)

Ask Linux

122 readers
1 users here now

Ask the community any questions about Linux

founded 1 year ago
MODERATORS
 

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 ...

you are viewing a single comment's thread
view the rest of the comments
[–] PlanterTree@discuss.tchncs.de 1 points 1 week ago

Is this the fastest way? typing this out with every call is tideous. can one add an alias for this?