Soft Limit vs Hard Limit
Soft Limit
- Soft limit can be changed by user.
- Check hard limit using command: ulimit -S
- Soft limit cannot exeeds hard limit.
Hard Limit
- Hard limit can only be changed by root user.
- Check hard limit using command: ulimit -H
- Hard limit is the upper bound for soft limit.