Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
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