nsswitch.conf

来自「netkit-base-0.17.tar.gz linux嵌入式开发使用!」· CONF 代码 · 共 54 行

CONF
54
字号
## /etc/nsswitch.conf## An example Name Service Switch config file. This file should be# sorted with the most-used services at the beginning.## The entry '[NOTFOUND=return]' means that the search for an# entry should stop if the search in the previous entry turned# up nothing. Note that if the search failed due to some other reason# (like no NIS server responding) then the search continues with the# next entry.## Legal entries are:##	nisplus or nis+		Use NIS+ (NIS version 3)#	nis or yp		Use NIS (NIS version 2), also called YP#	dns			Use DNS (Domain Name Service)#	files			Use the local files#	db			Use the local database (.db) files#	compat			Use NIS on compat mode#	[NOTFOUND=return]	Stop searching if not found so far## To use db, put the "db" in front of "files" for entries you want to be# looked up first in the databases## Example:#passwd:    db files nisplus nis#shadow:    db files nisplus nis#group:     db files nisplus nispasswd:     files nisplus nisshadow:     files nisplus nisgroup:      files nisplus nis#hosts:     db files nisplus nis dnshosts:      files nisplus nis dnsservices:   nisplus [NOTFOUND=return] filesnetworks:   nisplus [NOTFOUND=return] filesprotocols:  nisplus [NOTFOUND=return] filesrpc:        nisplus [NOTFOUND=return] filesethers:     nisplus [NOTFOUND=return] filesnetmasks:   nisplus [NOTFOUND=return] files     bootparams: nisplus [NOTFOUND=return] filesnetgroup:   nispluspublickey:  nisplusautomount:  files nisplusaliases:    files nisplus

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?