bash - Why `uname -a` invoke exit1 for sslocal? -


the shadowsocks client running in pc.

uname -a linux miwifi 3.16.0-4-amd64 #1 smp debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 gnu/linux [1]+  exit 1                  sudo sh -c '/usr/bin/nohup   /usr/local/bin/sslocal -c /etc/shadowsocks_racks.json  > /var/log/ss.log 2>&1' 

why command uname -a invoke exit1 sslocal here?
exit 1 sudo sh -c '/usr/bin/nohup /usr/local/bin/sslocal -c /etc/shadowsocks_racks.json > /var/log/ss.log 2>&1' mean ?

why command uname -a invoke exit1 sslocal here?

you've misinterpreted output. before uname ran, background command running job 1 exited status code of 1. shell couldn't tell until command run, , have been told.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -