I've set up below values in /etc/security/limits.conf in my RHEL machine.
* hard nofile 65535 @student hard nofile 100000 Is this the correct approach when setting a user specific max number of open files?
Should the * hard nofile value be always greater than the sum of user specific nofile values?