Connecting Tech Pros Worldwide Help | Site Map

When a config value become effective?

Member
 
Join Date: Mar 2008
Location: India, Kerala
Posts: 49
#1: Jan 10 '09
I changed the value in the "limits.h" file what I want to make it effective?

thanks
john
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 389
#2: Jan 11 '09

re: When a config value become effective?


Quote:

Originally Posted by mvjohn100 View Post

I changed the value in the "limits.h" file what I want to make it effective?

thanks
john

this header file is used by almost all system/programs....
whatever you'r trying to achieve is not understandable....
You need to compile the whole source of your application where you think this file is being used...

regards,
ash
Member
 
Join Date: Mar 2008
Location: India, Kerala
Posts: 49
#3: Jan 12 '09

re: When a config value become effective?


sorry for the error in mentioning the file name . File is "etc/security/limits.conf" not "limits.h".

john
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 389
#4: Jan 13 '09

re: When a config value become effective?


I just read the man page for limits.conf it says...
"all limit settings are set PER LOGIN. They are not global, nor are they permanent"

may be this will help you to proceed
Member
 
Join Date: Mar 2008
Location: India, Kerala
Posts: 49
#5: Jan 13 '09

re: When a config value become effective?


Thanks for the answer

Regards,
John
Nepomuk's Avatar
Moderator
 
Join Date: Aug 2007
Location: Germany
Posts: 2,466
#6: Jan 13 '09

re: When a config value become effective?


Just a hint: Reading the man pages as ashitpro did here can often solve such problems. Just type
Expand|Select|Wrap|Line Numbers
  1. man limits.conf
or whatever command / program / file you want to find out about and quite often, you will see a manual included by the author(s) of this specific command / program / file.

Greetings,
Nepomuk
Reply


Similar Unix / Linux / BSD bytes