Pages

2013年8月16日 星期五

Linux nohup with out nohup.out

The command is below:

nohup some_command > /dev/null 2>&1&
for example:
nohup /jboss-eap-6.0/bin/standalone.sh -Djboss.server.base.dir=/jboss-eap-6.0/test -Djboss.server.log.dir=d:/webaplog/test > /dev/null 2>&1&

0 意見: