nohup 명령이 중단되는 이유는 무엇입니까?

nohup 명령이 중단되는 이유는 무엇입니까?

명령을 .bash_profile파일에 넣었습니다. 명령은 다음과 같습니다:

nohup stdbuf -oL -eL sysdig -c spy_users 1>>/path/to/out 2>>/path/to/err &

터미널에서 작업하면 다음과 같이 나타납니다.

[1]+  Done                    nohup stdbuf -oL -eL sysdig -c spy_users >> /path/to/out 2>> /path/to/err

누가 이런 일로 나를 괴롭혔나요?

관련 정보