The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-08-2005
blowtorch's Avatar
blowtorch blowtorch is offline
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,323
try these:

man ulimit - definitely available on SunOS and HP-UX
man getrlimit - this is the syscall that ulimit uses in Sun

these give the limit on various system resources available to the current shell.
Reply With Quote