ulimit(3) | Library Functions Manual | ulimit(3) |
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.
On success, ulimit() returns a nonnegative value. On error, -1 is returned, and errno is set to indicate the error.
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 <laveneno@hotmail.com> y Juan Piernas <piernas@ditec.um.es>
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 debian-l10n-spanish@lists.debian.org.
15 Diciembre 2022 | Páginas de manual de Linux 6.03 |