Last active
April 25, 2019 08:23
-
-
Save ShapeShifter499/a17923c9a82206b8cf09527c2a6cb049 to your computer and use it in GitHub Desktop.
/etc/nsswitch.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Name Service Switch configuration file. | |
# See nsswitch.conf(5) for details. | |
passwd: files mymachines systemd | |
group: files mymachines systemd | |
shadow: files | |
publickey: files | |
hosts: files mymachines myhostname resolve [!UNAVAIL=return] dns | |
networks: files | |
protocols: files | |
services: files | |
ethers: files | |
rpc: files | |
netgroup: files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment