set Ulimit data segment to Unlimited

Hi,

as per my Unix admin all parameters in Ulimit are set to Unlimited in Hard limits but some how few profiles setting data segment part to limited number value. So i wanted to over write in my profile to set unlimited as hard limits are set to unlimited. What is the command to set ulimit for data segment to unlimited in my .profile?

appreciate your feedback....

Thanks

If you are using the ulimit utility (/usr/bin/ulimit) it is ulimit -d.

Some shells have a builtin ulimit which you can also use.