Wednesday, July 2, 2008

Limiting File Size in UNIX

C shell
limit filesize 2m

Korn/Bash shell

ulimit -f max-size
ex: Korn/Bash shell limit 2 MB.
ulimit
-f 2000

No comments: