Which file determines the sequence in which name resolution services are consulted?

Choose the correct answer

Explanation

The file /etc/nsswitch.conf defines the order in which various name service databases, such as hosts and networks, are queried for information. The other files serve different purposes: /etc/services maps service names to port numbers, /etc/hosts provides static hostname-to-IP mappings, and /etc/nsorder is not a standard file.

Which file determines the sequence in which name res… — Basic of linux unix | PakQuizHub