~ubuntu-branches/ubuntu/precise/shadow/precise

« back to all changes in this revision

Viewing changes to man/limits.5.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-11-24 13:42:42 UTC
  • mfrom: (1.1.9 upstream) (18.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101124134242-832f4tew5s81ntj7
Tags: 1:4.1.4.2+svn3283-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/{source_shadow.py,rules}: Add apport hook
  - debian/rules: fix FTBFS from newer libtools
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
31
-->
32
32
<refentry id='limits.5'>
33
 
  <!-- $Id: limits.5.xml 2481 2009-01-19 09:51:53Z nekral-guest $ -->
 
33
  <!-- $Id: limits.5.xml 3163 2010-03-18 23:20:41Z nekral-guest $ -->
34
34
  <refmeta>
35
35
    <refentrytitle>limits</refentrytitle>
36
36
    <manvolnum>5</manvolnum>
64
64
      <emphasis remap='I'>user LIMITS_STRING</emphasis>
65
65
    </para>
66
66
 
 
67
    <para>or in the form:</para>
 
68
 
 
69
    <para>
 
70
      <emphasis remap='I'>@group LIMITS_STRING</emphasis>
 
71
    </para>
 
72
 
67
73
    <para>
68
74
      The <emphasis>LIMITS_STRING</emphasis> is a string of a concatenated
69
75
      list of resource limits. Each limit consists of a letter identifier
125
131
    </para>
126
132
 
127
133
    <para>
 
134
      The limits specified in the form "<replaceable>@group</replaceable>"
 
135
      apply to the members of the specified
 
136
      <replaceable>group</replaceable>.
 
137
    </para>
 
138
 
 
139
    <para>
 
140
      If a line with limits for an user exist, only the first line for
 
141
      this user will be considered.
 
142
    </para>
 
143
 
 
144
    <para>
 
145
      If no lines are specified for an user, the last
 
146
      <replaceable>@group</replaceable> line matching a group whose the
 
147
      user is a member of will be conisdered, or the last line with
 
148
      default limits if no groups contain the user).
 
149
    </para>
 
150
 
 
151
    <para>
128
152
      To completely disable limits for a user, a single dash
129
153
      "<emphasis>-</emphasis>" will do.
130
154
    </para>
131
155
 
132
156
    <para>
 
157
      To disable a limit for a user, a single dash
 
158
      "<replaceable>-</replaceable>" can be used instead of the numerical
 
159
      value for this limit.
 
160
    </para>
 
161
 
 
162
    <para>
133
163
      Also, please note that all limit settings are set PER LOGIN. They are
134
164
      not global, nor are they permanent. Perhaps global limits will come,
135
165
      but for now this will have to do ;)