docs: Bump version up to 4.4.
[gd/samba-autobuild/.git] / docs-xml / manpages / vfs_linux_xfs_sgid.8.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_linux_xfs_sgid.8">
4
5 <refmeta>
6         <refentrytitle>vfs_syncops</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.4</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>vfs_linux_xfs_sgid</refname>
16         <refpurpose></refpurpose>
17 </refnamediv>
18
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>vfs objects = linux_xfs_sgid</command>
22         </cmdsynopsis>
23 </refsynopsisdiv>
24
25 <refsect1>
26         <title>DESCRIPTION</title>
27
28         <para>This VFS module is part of the
29         <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
31
32         <para>
33         <command>vfs_linux_xfs_sgid</command> is a VFS module to work around an
34         old Linux XFS bug that still exists: Under certain circumstances the
35         SGID bit is not inherited (<ulink url="http://oss.sgi.com/bugzilla/show_bug.cgi?id=280">
36         http://oss.sgi.com/bugzilla/show_bug.cgi?id=280</ulink>).
37         The <command>vfs_linux_xfs_sgid</command> VFS module will work around this
38         bug by manually setting the SGID bit after a <command>mkdir</command>
39         if the parent directory had the SGID bit set.
40         </para>
41
42         <para>This module is stackable.</para>
43
44 </refsect1>
45
46 <refsect1>
47         <title>EXAMPLES</title>
48
49         <para>Add syncops functionality for [share]:</para>
50 <programlisting>
51         <smbconfsection name="[share]"/>
52         <smbconfoption name="vfs objects">linux_xfs_sgid</smbconfoption>
53 </programlisting>
54
55 </refsect1>
56
57 <refsect1>
58         <title>VERSION</title>
59
60         <para>This man page is correct for version 4.1.0 of the Samba suite.
61         </para>
62 </refsect1>
63
64 <refsect1>
65         <title>AUTHOR</title>
66
67         <para>The original Samba software and related utilities
68         were created by Andrew Tridgell. Samba is now developed
69         by the Samba Team as an Open Source project similar
70         to the way the Linux kernel is developed.</para>
71
72 </refsect1>
73
74 </refentry>