nohup
아래에서 언급 한대로 백그라운드에서 응용 프로그램을 시작하고 있습니다.
root@phx5qa01c:/bezook# nohup java -jar ./exhibitor-1.5.1/lib/exhibitor-1.5.1-jar-with-dependencies.jar -c file --fsconfigdir /opt/exhibitor/conf --hostname phx5qa01c.phx.qa.host.com > exhibitor.out &
[1] 30781
root@phx5qa01c:/bezook# nohup: ignoring input and redirecting stderr to stdout
하지만이 메시지를 볼 때마다-
nohup: ignoring input and redirecting stderr to stdout
이 메시지가 표시되면 문제가 있습니까? 그것은 무엇을 의미하며 어떻게 피할 수 있습니까?
/tmp/test.out
수 있습니다 exhibitor.out
. 내가 이런 것들을 처음
2>&1
입니까?
nohup java -jar blaa bla >/tmp/test.out 2>&1 &