java - Linux group user permissions -


  1. i have group of users, want them able start & kill each others process in centos 7. used visudo add line, in tomcat group name: %tomcat localhost=(%tomcat) nopasswd:/bin/kill after reboot not working.

  2. if user started tomcat, log files created under user a. if tomcat stopped, user b can not start tomcat user b has no permissions log files created a. & b in same group & group have full permissions log directory. how let b able start tomcat?

can help, in advance.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -