1107 shaares
  
  
52 private links
52 private links
        1 result
        
        
          
          tagged
          
              
                
                  back
                
              
          
        
        
        
      
    Sometimes I want to close the terminal but keep the process active.
I know about the & at the end of the command but I recently discover disown to use after the command who use &. Like <command> &; disown.