Quantcast
Channel: GoLinuxHub
Viewing all articles
Browse latest Browse all 392

What is paranoia mode in nscd?

$
0
0
This variable can be used in nscd.conf file if you wish nscd daemon to restart itself after a provided amount of time interval. This argument is used in combination with "restart-interval"

Open nscd.conf in edit mode
# vi /etc/nscd.conf
# enable paranoia for One NDS for 1h restart interval
        paranoia                yes
        restart-interval        3600

Here as per my configuration nscd daemon will be restarted automatically by default every hour.

Follow below link for more information on nscd
Understanding nscd daemon for hosts cache

Follow the below links for more tutorials

How to find the path of any command in Linux
How to configure a Clustered Samba share using ctdb in Red Hat Cluster
How to delete an iscsi-target from openfiler and Linux
How to perform a local ssh port forwarding in Linux
How to use yum locally without internet connection using cache?
What is umask and how to change the default value permanently?
Understanding Partition Scheme MBR vs GPT
How does a successful or failed login process works in Linux
How to find all the process accessing a file in Linux
How to exclude multiple directories from du command in Linux
How to configure autofs in Linux and what are its advantages?
How to resize software raid partition in Linux
How to configure Software RAID 1 mirroring in Linux
How to prevent a command from getting stored in history in Linux

Viewing all articles
Browse latest Browse all 392

Trending Articles