Oops! correction. try

ret = mknod (path, S_IFREG | S_ISVTX, 0);

instead of

ret = mkdir (path, S_IFREG | S_ISVTX, 0);
>
>
or chmod();


> see whats the behavior.
>
> Regards,
> Amar
>
>
>
_______________________________________________
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to