Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
ulimit(3)
Edit
PageHistory
Diff
Info
LikePages
ULIMIT !!!ULIMIT NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME ulimit - get and set user limits !!SYNOPSIS __#include __ __long ulimit(int__ ''cmd''__, long__ ''newlimit''__);__ !!DESCRIPTION Warning: This routine is obsolete. The include file is no longer provided by glibc. 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 current process. The ''cmd'' argument can have one of the following values. __UL_GETFSIZE__ Return the limit on the size of a file, in units of 512 bytes. __UL_SETFSIZE__ Set the limit on the size of a file. __3__ (Not implemented for Linux.) Return the maximum possible address of the data segment. __4__ (Implemented but no symbolic constant provided.) Return the maximum number of files that the calling process can open. !!RETURN VALUE On success, __ulimit__ returns a nonnegative value. On error, -1 is returned, and ''errno'' is set appropriately. !!ERRORS __EPERM__ A non-root process tried to increase a limit. !!CONFORMING TO SVID. !!SEE ALSO bash(1), getrlimit(2), setrlimit(2), sysconf(3) ----
13 pages link to
ulimit(3)
:
Man3u
break(2)
gtty(2)
lock(2)
mpx(2)
prof(2)
setrlimit(2)
stty(2)
syscalls(2)
unimplemented(2)
SIGQUIT
getrlimit(2)
getrusage(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.