Can someone explain to me how can I determine actual values of for ulimit when the output of ulimit command is "hard" or "soft". This is on AIX machine. For example:
# ulimit -f
hard
And on another machine:
$ ulimit -m
soft
Since i don't have root access on this machines how can I know what are the exact values for this limits?