Linux - Background
Background executed
Ctrl + Z : background로 전환(실행중인 프로세스를 일시정지)
fg : background 에 있다가 foreground로 전환되게 하는 명령어
~$ jobs
- jobs : 현재 실행중인 process background와 foreground모두 포함해서 출력
Ctrl + Z : background로 전환(실행중인 프로세스를 일시정지)
fg : background 에 있다가 foreground로 전환되게 하는 명령어
~$ jobs