ulimit -n unlimited
Hi, I need to set ulimit to unlimited but for a specific user. If I do it as root, it doesn't affect that user but only the root. If I do it with user's login, permission is denied.How could I set it to unlimited for this specific user?
Thanks.