java - Linux group user permissions -
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.
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
Post a Comment