Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Shells: User's Guide: HP 9000 Computers > Chapter 23 Advanced Concepts and Commands

The ulimit Command (for Korn Shell only)

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

This command sets limits on specified resources used by a spawned or child process (subprocess).

The syntax is:

ulimit [-f ] [n]

where n is the size to be set depending on the type of limit set by the option -f. A list of those options follow. If no option is given, -f is assumed. If n is not given, the current limit is printed.

To see the current limit, type:

$ ulimit

To change the size of file the current process or a spawned process can create, type:

$ ulimit -f 1000

where:

-f

imposes a size limit of n blocks on files written by child processes (files of any size may be read)

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-1991 Hewlett-Packard Development Company, L.P.