Unix Command Intro

 

 

 

addgroup --quiet --system jetty
adduser --quiet --system --ingroup jetty --no-create-home --disabled-password jetty
usermod -c "Jetty 9" -d /opt/jetty9 -g jetty jetty
chown -R jetty:jetty /opt/jetty9
chmod u=rwx,g=rxs,o= /opt/jetty9

posted on 2017-09-25 09:44  fanbird2008  阅读(54)  评论(0)    收藏  举报

导航