Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation_tmp [2020/07/24 08:41]
fiserp [Java - CentOS8]
tutorial:adm:server_preparation_tmp [2020/07/24 08:46]
fiserp [Tomcat]
Line 216: Line 216:
 <code> <code>
 groupadd -r tomcat groupadd -r tomcat
-useradd -r -s /bin/nologin -g tomcat -d /opt/tomcat tomcat+useradd -r -s /usr/sbin/nologin -g tomcat -d /opt/tomcat tomcat
 getent passwd tomcat getent passwd tomcat
 #tomcat:x:995:993::/opt/tomcat:/bin/nologin #tomcat:x:995:993::/opt/tomcat:/bin/nologin