Home
Main website
Display Sidebar
Hide Ads
Recent Changes
ARG_MAX
Edit
PageHistory
Diff
Info
LikePages
The maximum length in bytes for the arguments to a new process defined in
/usr/include/linux/limits.h
define ARG_MAX 131072 /* # bytes of args + environ for exec() */
If you run into the limit, consider using
xargs(1)
.
One page links to
ARG_MAX
:
E2BIG