Başvurumu nohup
aşağıda belirtildiği şekilde arka planda başlatıyorum -
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
Ama bu mesajı her gördüğümde -
nohup: ignoring input and redirecting stderr to stdout
Bu mesajı görürsem herhangi bir sorun olur mu? Ne anlama geliyor ve nasıl önleyebilirim?
/tmp/test.out
kullanabilir miyim exhibitor.out
. Bu şeyler için oldukça yeni olduğum için aptalca soru sorduğum için üzgünüm ..
2>&1
nedir?
nohup java -jar blaa bla >/tmp/test.out 2>&1 &