~ubuntu-branches/ubuntu/saucy/sssd/saucy

« back to all changes in this revision

Viewing changes to src/man/uk/sss_groupadd.8.xml

  • Committer: Stéphane Graber
  • Date: 2011-06-15 16:23:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: stgraber@ubuntu.com-20110615162314-rbhoppnpaxfqo5q7
Merge 1.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
 
4
<reference>
 
5
<title>Сторінки підручника SSSD</title>
 
6
<refentry>
 
7
    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" />
 
8
 
 
9
    <refmeta>
 
10
        <refentrytitle>sss_groupadd</refentrytitle>
 
11
        <manvolnum>8</manvolnum>
 
12
    </refmeta>
 
13
 
 
14
    <refnamediv id='name'>
 
15
        <refname>sss_groupadd</refname>
 
16
        <refpurpose>створення нової групи</refpurpose>
 
17
    </refnamediv>
 
18
 
 
19
    <refsynopsisdiv id='synopsis'>
 
20
        <cmdsynopsis>
 
21
<command>sss_groupadd</command> <arg choice='opt'>
 
22
<replaceable>параметри</replaceable> </arg> <arg
 
23
choice='plain'><replaceable>ГРУПА</replaceable></arg></cmdsynopsis>
 
24
    </refsynopsisdiv>
 
25
 
 
26
    <refsect1 id='description'>
 
27
        <title>ОПИС</title>
 
28
        <para>
 
29
            <command>sss_groupadd</command> creates a new group. These groups are
 
30
compatible with POSIX groups, with the additional feature that they can
 
31
contain other groups as members.
 
32
        </para>
 
33
    </refsect1>
 
34
 
 
35
    <refsect1 id='options'>
 
36
        <title>ПАРАМЕТРИ</title>
 
37
        <variablelist remap='IP'>
 
38
            <varlistentry>
 
39
                <term>
 
40
                    <option>-g</option>,<option>--gid</option> <replaceable>GID</replaceable>
 
41
                </term>
 
42
                <listitem>
 
43
                    <para>
 
44
                        Set the GID of the group to the value of <replaceable>GID</replaceable>.  If
 
45
not given, it is chosen automatically.
 
46
                    </para>
 
47
                </listitem>
 
48
            </varlistentry>
 
49
            <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" />
 
50
        </variablelist>
 
51
    </refsect1>
 
52
 
 
53
    <refsect1 id='see_also'>
 
54
        <title>ТАКОЖ ПЕРЕГЛЯНЬТЕ</title>
 
55
        <para>
 
56
            <citerefentry>
 
57
<refentrytitle>sss_groupdel</refentrytitle><manvolnum>8</manvolnum>
 
58
</citerefentry>, <citerefentry>
 
59
<refentrytitle>sss_groupmod</refentrytitle><manvolnum>8</manvolnum>
 
60
</citerefentry>, <citerefentry>
 
61
<refentrytitle>sss_groupshow</refentrytitle><manvolnum>8</manvolnum>
 
62
</citerefentry>, <citerefentry>
 
63
<refentrytitle>sss_useradd</refentrytitle><manvolnum>8</manvolnum>
 
64
</citerefentry>, <citerefentry>
 
65
<refentrytitle>sss_userdel</refentrytitle><manvolnum>8</manvolnum>
 
66
</citerefentry>, <citerefentry>
 
67
<refentrytitle>sss_usermod</refentrytitle><manvolnum>8</manvolnum>
 
68
</citerefentry>.
 
69
        </para>
 
70
    </refsect1>
 
71
</refentry>
 
72
</reference>