Timeline for How do I edit configuration variables returned by getconf?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 27, 2013 at 19:50 | answer | added | vonbrand | timeline score: 5 | |
| Mar 27, 2013 at 17:23 | comment | added | smcg | kernel version is 2.6.18-238.el5. The command with too many args is coming from an external program which is why I want to change the max args. | |
| Mar 27, 2013 at 17:07 | comment | added | GHugo |
What's the version of your kernel ? If you consider to use a lot of argument, maybe xargs is the solution ? What's your real problem ?
|
|
| Mar 27, 2013 at 16:46 | comment | added | jordanm |
ARG_MAX is defined by POSIX, so it should be present in much earlier versions that that.
|
|
| Mar 27, 2013 at 15:34 | history | edited | smcg | CC BY-SA 3.0 |
added distro
|
| Mar 27, 2013 at 15:24 | history | asked | smcg | CC BY-SA 3.0 |