search for: create_mask

Displaying 5 results from an estimated 5 matches for "create_mask".

2003 Mar 11
0
PATCH: rsyncd.conf permission options
...----------- next part -------------- diff -ur rsync-2.5.5/loadparm.c rsync-2.5.5-umask/loadparm.c --- rsync-2.5.5/loadparm.c Mon Mar 25 05:04:23 2002 +++ rsync-2.5.5-umask/loadparm.c Sun Mar 2 22:53:16 2003 @@ -140,6 +140,10 @@ int timeout; int max_connections; BOOL ignore_nonreadable; + int create_mask; + int force_create_mode; + int directory_mask; + int force_directory_mode; } service; @@ -180,7 +184,11 @@ "*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz", /* dont compress */ 0, /* timeout */ 0, /* max connections */ - False /* ignore nonreadable */...
2001 Jul 20
3
ext2resize for Ext3
Hi. What is the state of ext2resize for Ext3? How about the online-ext3-patch? Regards, Christian -- * Christian A. Lademann, ZLS Software GmbH mailto:lademann@zls.de * ZLS Software GmbH * Frankfurter Strasse 59 Postfach 1628 mailto:zls@zls.de * D-65779 Kelkheim D-65766 Kelkheim http://www.zls.de * Telefon +49-6195-9902-0 Telefax
2009 Jun 16
8
Samba 3.0.24 on OpenWRT
Hi, We have managed to compile samba3 (v 3.0.24 that ships with openwrt/ kamizake) for our ubicom32 platform and programmed a board with it, however I am not able to access a samba share on the board. When trying to access the OpenWRT router (using the smbclient command) I get: Error NT_STATUS_CONNECTION_REFUSED The device is reachable from my linux box (otherwise I should have seen a Error
2001 Dec 10
0
Adobe Photoshop uses wrong permissions when saving
...org Subject: Re: Adobe Photoshop uses wrong permissions when saving What is force create mode set to? It defaults to 0, but setting it to another value should ensure that the bits you want set actually end up that way. As I understand it: Unix permissions = force_create_mode | (mapped_mode & create_mask) So use create mode to clear bits and force create mode to set them. Tim Allen ----- Original Message ----- From: "JW" <wilson@claborn.net> To: "Javid Abdul-AJAVID1" <AJAVID1@motorola.com> Cc: <samba@lists.samba.org> Sent: Thursday, December 06, 2001 6:07 PM...
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.