ulimit(3) Library Functions Manual ulimit(3) NOMBRE ulimit - obtiene y modifica los limites del usuario BIBLIOTECA Biblioteca Estandar C (libc, -lc) SINOPSIS #include [[deprecated]] long ulimit(int cmd, long newlimit); DESCRIPCION 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 limite de tamano de un fichero, en unidades de 512 bytes. UL_SETFSIZE Poner el limite de tamano de un fichero. 3 (No implementado en Linux.) Retorna la direccion maxima posible del segmento de datos. 4 (Implementado pero sin una constante simbolica asociada.) Devuelve el maximo numero de ficheros que el proceso puede abrir. VALOR DEVUELTO On success, ulimit() returns a nonnegative value. On error, -1 is returned, and errno is set to indicate the error. ERRORES EPERM An unprivileged process tried to increase a limit. ATRIBUTOS Para obtener una explicacion de los terminos usados en esta seccion, vease attributes(7). +-----------------------------+--------------------+-------------------+ |Interfaz | Atributo | Valor | +-----------------------------+--------------------+-------------------+ |ulimit() | Seguridad del hilo | Multi-hilo seguro | +-----------------------------+--------------------+-------------------+ ESTANDARES POSIX.1-2008. HISTORIAL SVr4, POSIX.1-2001. POSIX.1-2008 marks it as obsolete. VEASE TAMBIEN bash(1), getrlimit(2), setrlimit(2), sysconf(3) TRADUCCION La traduccion al espanol de esta pagina del manual fue creada por Juan Jose Lopez Mellado y Juan Piernas Esta traduccion es documentacion libre; lea la GNU General Public License Version 3 o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. Si encuentra algun error en la traduccion de esta pagina del manual, envie un correo electronico a . Paginas de manual de Linux 6.06 31 Octubre 2023 ulimit(3)