Christopher L Merrill wrote: > When not logged in as root, "ulimit -n 10000" results in "operation not > permitted". However, when I "sudo ulimit -n 10000", I get "command not > found". I think this is because ulimit is a shell command, not an > executable. Does 'sudo bash -c "ulimit -c 10000" ' also return "operation not permitted" ??? Alan .