Date: Thu, 15 May 2008 22:41:42 +0200 From: Mister Olli <mister.olli@googlemail.com> To: freebsd-questions@freebsd.org Subject: force file permission Message-ID: <1210884102.21260.158.camel@phoenix.blechhirn.net>
next in thread | raw e-mail | index | archive | help
hi list... I have to administrate a fileserver based on freebsd-7 where users have access to via SMB and SSH. my permission setup is configured, so that a user needs to be in a special group to have access to certain files. for that all file must have permissions set to 660 and directories to 770. The samba part is not a problem, there quite a few options to solve this problem, and it works great. but not the access via SSH/SCP. Is there any way to accomplish this? the solution needs to cover the following: - files created on the fileserver itself (during SSH session) need to have the permissions - files copied to the fileserver via SCP/SFTP need to have the permissions the old fileserver was linux-based and used some scripts that were triggerd by cron/ dnotify, but the solution became unhandy with growing amount of files. thanks, olli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1210884102.21260.158.camel>