ADSM-L

Re: errno=27

1997-11-21 16:48:20
Subject: Re: errno=27
From: Michael R Vogt <vogt AT AUK.NIST DOT GOV>
Date: Fri, 21 Nov 1997 16:48:20 -0500
> Does anyone know what "errno = 27" is telling me ?

#define EFBIG   27      /* File too large                       */

EFBIG   Indicates that an attempt was made to write a file that exceeds
the file size of the process limit or the systemwide maximum file
size.

Try "ulimit -f" to see what your limit is. Then "ulimit -f {big#}" to make
bigger.
<Prev in Thread] Current Thread [Next in Thread>
  • Re: errno=27, Michael R Vogt <=