10个包子征求解答# Unix - 噫吁兮,危乎高哉
z*y
1 楼
I'm doing compliance check on SOLARIS 10 OS. I need to verify the
following parameter settings:
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files (-n) 65536
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
virtual memory (kbytes, -v) unlimited
Sure I could use ulimit -cH to get display above. But I also need to find
where those settings are. I'm from Linux, in Linux we have
/etc/security/limts.conf file to hold alike information. Do we have such
file in Solaris?
TIA!
following parameter settings:
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files (-n) 65536
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
virtual memory (kbytes, -v) unlimited
Sure I could use ulimit -cH to get display above. But I also need to find
where those settings are. I'm from Linux, in Linux we have
/etc/security/limts.conf file to hold alike information. Do we have such
file in Solaris?
TIA!