-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01-Oct-2002/16:40 -0500, Mark Gillingham <[EMAIL PROTECTED]> wrote:
>I'm using a samba share to write from an application on Win2000 server
>to my stage Web on RH 7.3. The application can write to the share, but
>cannot create new directories, which it must do periodically. The
>Win2000 app is a member of the group that owns the share so I thought it
>would have mkdir privileges. Windows returns an error "Cannot create the
>file when the file already exists"

The group that the app belongs to should have write privileges on the
directory that contains the share. Create a group in /etc/group that
contains the user that the app runs as. Then change the ownership and
permissions on the directory that contains the share:

  chown root.groupname /path/to/share
  chmod 775 /path/to/share
  chmod g+s /path/to/share


Tony
- -- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene <mailto:[EMAIL PROTECTED]> 0x6C94239D

iD8DBQE9momKpCpg3WyUI50RAl69AJoDWnvC6DAqtNxNTJ76zoXmWVhdswCfRnFu
ouhObDt8Hm5bI+TnbyFsoPg=
=1vLa
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to