Hi all

I have written a small program that outputs some info about itself (process
info). I have used getrlimit() to output the max openfiles field.
As root I get:
main# ./infoon | grep open
Max open files(s): 3664
Max open files(h): 3664

I have created a test user and have written this in /etc/login.conf
test:\
        :openfiles=15:

But when I su to test and run the program I get:
%./infoon | grep open
Max open files(s): 3664
Max open files(h): 3664

Why?

br
socketd


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to