Rest in peace and I hope that you are moonwalking wherever you are.
Thank you for the music.
Friday, June 26, 2009
Friday, June 19, 2009
Is a system in trusted mode? : hp-ux
How do you tell if a system is in trusted mode or not?
Try looking at these two:
#man iscomsec
#/usr/lbin/getprdef -r
:cheers!
Try looking at these two:
#man iscomsec
#/usr/lbin/getprdef -r
:cheers!
Thursday, June 18, 2009
Wednesday, June 17, 2009
Limiting the size of core dumps : hp-ux
To completely suppress core dumps:
Bourne-style shells: "ulimit -c 0"
C-style shells: "limit coredumpsize 0"
If you want to limit dumps to a specific size, specify a number instead of 0, in blocks for Bourne-style shells, or kilobytes for C-style shells.
:-)
Subscribe to:
Posts (Atom)