ulimit - obtiene y modifica los límites del usuario
Biblioteca Estándar C (
libc,
-lc)
#include <ulimit.h>
[[deprecated]] long ulimit(int cmd, long newlimit);
Warning: this routine is obsolete. Use
getrlimit(2),
setrlimit(2),
and
sysconf(3) instead. For the shell command
ulimit, see
bash(1).
The
ulimit() call will get or set some limit for the calling process. The
cmd argument can have one of the following values.
- UL_GETFSIZE
- Devuelve el límite de tamaño de un fichero,
en unidades de 512 bytes.
- UL_SETFSIZE
- Poner el límite de tamaño de un fichero.
- 3
- (No implementado en Linux.) Retorna la dirección
máxima posible del segmento de datos.
- 4
- (Implementado pero sin una constante simbólica
asociada.) Devuelve el máximo número de ficheros que el
proceso puede abrir.
On success,
ulimit() returns a nonnegative value. On error, -1 is
returned, and
errno is set to indicate the error.
- EPERM
- An unprivileged process tried to increase a limit.
Para obtener una explicación de los términos usados en esta
sección, véase
attributes(7).
Interfaz |
Atributo |
Valor |
ulimit() |
Seguridad del hilo |
Multi-hilo seguro |
SVr4, POSIX.1-2001. POSIX.1-2008 marks
ulimit() as obsolete.
bash(1),
getrlimit(2),
setrlimit(2),
sysconf(3)
La traducción al español de esta página del manual fue
creada por Juan José López Mellado <
[email protected]>
y Juan Piernas <
[email protected]>
Esta traducción es documentación libre; lea la
GNU
General Public License Version 3 o posterior con respecto a las
condiciones de copyright. No existe NINGUNA RESPONSABILIDAD.
Si encuentra algún error en la traducción de esta página
del manual, envíe un correo electrónico a
[email protected]