Linux Cómo ejecutar ejecutable en segundo plano $

#To run a command in the background, 
#add the ampersand symbol (&) at the end of the command:

command &
Atnas