On Tue, Jun 17, 2008 at 01:19:37PM -0700, Jason wrote:
> Is there a way to specify 774 permissions for a file uploaded to an app 
> server without the users logging in and doing a chmod on the file they just 
> put? I understand they were doing this with an old shared account, and it was 
> working. When they started using their own accounts it stopped working. I 
> checked the folder directly above and it has 774 permissions.

This is via FTP?

If so, see the "upload" directive in the ftpaccess(4) man page.

You could probably do something like:

  upload /var/incoming yes * * 0774

It may be necesary to restart the service after you make any changes:

  # svcadm restart ftp
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to