Returns the maximum file size limit of the current process.
The getfslimit kernel service returns the file size limit of the current process as a 64 bit integer. This can be used by file systems to implement the checks needed to enforce limits. The getfslimit kernel service is called from the process environment.
The getfslimit kernel service returns the the file size limit, there are no error values.
The getfslimit kernel service is part of the Base Operating System (BOS) Runtime.
The ulimit subroutine, getrlimit subroutine, setrlimit subroutine.
The ulimit command.