unix - Adding daemon/web app to Linux group? -


anyone know how assign daemon or web app *nix group? example, let's have web app, deployed/running either in container tomcat or jar, how can add group?

daemons run under self-named unprivileged users, may use standard adduser user group command. instance, add user tomcat6 group www-data use:

adduser tomcat6 www-data 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -