bg 썸네일형 리스트형 프로세스 관리하기 ( Ctrl+z 재개하기 ) The general job control commands in Linux are:jobs - list the current jobsfg - resume the job that's next in the queuefg %[number] - resume job [number]bg - Push the next job in the queue into the backgroundbg %[number] - Push the job [number] into the backgroundkill %[number] - Kill the job numbered [number]kill -[signal] %[number] - Send the signal [signal] to job number [number]disown %[numbe.. 더보기 이전 1 다음