Sto iniziando la mia domanda in background usando nohup
come indicato di seguito -
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
Ma ogni volta che vedo questo messaggio -
nohup: ignoring input and redirecting stderr to stdout
Ci saranno problemi se vedo questo messaggio? Cosa significa e come posso evitarlo?
/tmp/test.out
posso usare exhibitor.out
. Scusami per aver fatto una domanda stupida dato che sono abbastanza nuovo con queste cose ...
2>&1
?
nohup java -jar blaa bla >/tmp/test.out 2>&1 &