The UNIX and Linux Forums  

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




Thread: ulimit
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-23-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,808
There are two limits on files - the total number of files you can have open at one time, and the max size of a file. The number of open files depends on things like kernel settings and your OS. The max size of a file usually depends on whether your system can support files larger than 2GB. Of course you have to have free disk space.....