Originally posted by: Ken Dyck
How is the fsize limit enforced for the root user, if at all? I'm seeing the following under bash:
[root@AIXDEV ~]# ulimit -f 2000000
[root@AIXDEV ~]# ulimit -f
2000000
[root@AIXDEV ~]# lmktemp file.temp 1073741824
file.temp
[root@AIXDEV ~]# du file.temp
2097160 file.temp
The new file clearly exceeds the limit (2097160 > 2000000). Is this expected?
#AIX-Forum