Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google site




Thread: ulimit
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-21-2008
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,150
data is the size of the data segment of a process. This is similiar to stack which is a limit on the stack segment of a process. file is the limit of a data file on disk (or more generally, a file in a filesystem).

unlimited means that the ulimit facility imposes no artificial limit of its own. But everything in a computer is finite. Eventually you will bump into some other limit.