file permissions and group ownership using sftp
Posted
by expaando
on Super User
See other posts from Super User
or by expaando
Published on 2010-01-14T20:23:46Z
Indexed on
2010/03/17
3:01 UTC
Read the original article
Hit count: 617
Is there a way to have all files created by a particular user under sftp to have a specific group and file permissions? The user in question, of course, will be a member of the group, but it is not his primary group. In other words, is there a way for sftp to automatically duplicate the effects of umask and newgrp?
© Super User or respective owner