groupadd -g 100120 wso2esb useradd -u 200211 -g wso2esb -d /home/wso2esb -m wso2esb
chown -R wso2esb:wso2esb /app/wso2esb-5.0.0/ chmod 755 /app/wso2esb-5.0.0/ -R
su wso2esb nohup /app/wso2esb-5.0.0/bin/wso2server.sh >> /app/wso2esb-5.0.0/bin/wso2esb.log 2>&1 & ps -ef | grep wso2esb tail -f -n 500 /app/wso2esb-5.0.0/bin/wso2esb.log