Unix command to suspend a job while there is console activity?
        Posted  
        
            by Joseph Turian
        on Server Fault
        
        See other posts from Server Fault
        
            or by Joseph Turian
        
        
        
        Published on 2010-03-16T17:40:49Z
        Indexed on 
            2010/03/16
            17:51 UTC
        
        
        Read the original article
        Hit count: 457
        
I want to do a large disk transfer, which slows down responsiveness of my system.
What I want is a Unix command that will only run the command after I have been idle at the console for a few minutes. And if I come back half way in, it will suspend the job. Until I walk away from my computer.
Is there such a command, or software package?
© Server Fault or respective owner