dear busybox:
busybox version is v1.23.2
The following command is not valid :
1,busybox sh -c 'ulimit -c 1024 true'
2,busybox sh -c 'ulimit -c 1024'
After view or:
[root@lukgeeker]# busybox ash -c 'ulimit -a'
-f: file size (blocks) unlimited
-t: cpu time (seconds) unlimited
-d: data seg size (kb) unlimited
-s: stack size (kb) 8192
-c: core file size (blocks) 0
-m: resident set size (kb) unlimited
-l: locked memory (kb) 64
-p: processes 693
-n: file descriptors 1024
-v: address space (kb) unlimited
-w: locks unlimited
-e: scheduling priority 0
-r: real-time priority 0
why?
thk!!!
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox