mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 17:09:50 +02:00
commit bash-20070920 snapshot
This commit is contained in:
+3
-2
@@ -8595,8 +8595,9 @@ none are found.
|
||||
Provides control over the resources available to the shell and to
|
||||
processes started by it, on systems that allow such control.
|
||||
The \fB\-H\fP and \fB\-S\fP options specify that the hard or soft limit is
|
||||
set for the given resource. A hard limit cannot be increased once it
|
||||
is set; a soft limit may be increased up to the value of the hard limit.
|
||||
set for the given resource.
|
||||
A hard limit cannot be increased by a non-root user once it is set;
|
||||
a soft limit may be increased up to the value of the hard limit.
|
||||
If neither \fB\-H\fP nor \fB\-S\fP is specified, both the soft and hard
|
||||
limits are set.
|
||||
The value of
|
||||
|
||||
@@ -3655,6 +3655,8 @@ If @var{limit} is given, it is the new value of the specified resource;
|
||||
the special @var{limit} values @code{hard}, @code{soft}, and
|
||||
@code{unlimited} stand for the current hard limit, the current soft limit,
|
||||
and no limit, respectively.
|
||||
A hard limit cannot be increased by a non-root user once it is set;
|
||||
a soft limit may be increased up to the value of the hard limit.
|
||||
Otherwise, the current value of the soft limit for the specified resource
|
||||
is printed, unless the @option{-H} option is supplied.
|
||||
When setting new limits, if neither @option{-H} nor @option{-S} is supplied,
|
||||
|
||||
Reference in New Issue
Block a user