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 -->
  #7 (permalink)  
Old 07-31-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,808
Files bigger than the number of bytes that a 32 bit integer can reference are usually called largefiles. Most modern UNIX-es have support for it with either oddly-named non-standard calls like fopen64() or some kind of more modern filesystem.

If you have LARGEFILE support and no disk quota enabled, you can essentially create a file that has size equal to the free space available on the disk. This is a BAD idea in general. sysadmins love to hate giant files, especially small files with giant holes in them....