Re: add two users to a group

2017-01-26 Thread Adam Weinberger
> On 26 Jan, 2017, at 6:29, Sergei Vyshenski wrote: > > Hi, > > Some ports need to add two users to a group. Example. Server openxpki needs > to communicate with web server via a socket. Socket has permissions as: > > srwxrwx--- 1 openxpki openxpki 0 Jan

add two users to a group

2017-01-26 Thread Sergei Vyshenski
Hi, Some ports need to add two users to a group. Example. Server openxpki needs to communicate with web server via a socket. Socket has permissions as: srwxrwx--- 1 openxpki openxpki 0 Jan 20 11:00 openxpki.socket= For this to work, we need to add user ${WWWOWN} to the group openxpki