Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Linux OS Interviews:Awk ProgrammingBash Arithmetic ExpressionsDevice DriversGCC CompilerLinux AdministratorLinux CommandsLinux DebuggingLinux EnvironmentLinux GeneralLinux IPCLinux MakefileLinux OSLinux OS EditorsLinux OS ManagementLinux OS ShellLinux Proc FilesystemLinux Search PatternLinux Shared & Static LibrariesLinux Socket ProgrammingLinux Startup and ShutdownLinux SysfsLinux SystemsLinux ThreadsLinux UbuntuSignal HandlingSystem Calls
Copyright © 2018. All Rights Reserved
Linux General Interview Question:
What is the use of nis server in Linux?
Submitted by: AdministratorThe main purpose of NIS is centralizing the authentication
database.
For ex:
Usually when a user try to login to the machine it will
contact the passwd, shadow and group files for user's
authentication, in case of user requires to access his/her
account across the network we need to update users
information all these files in each machine in the network.
It is bit tricky to organize multiple users' info in all
the machines in the network.
NIS server will act as central server for user
authentication and all other machines will contact the NIS
server for the user's authentication info.
Make sure all the machines in your network should be in the
same domain. NIS will work only in single domain.
Submitted by: Administrator
database.
For ex:
Usually when a user try to login to the machine it will
contact the passwd, shadow and group files for user's
authentication, in case of user requires to access his/her
account across the network we need to update users
information all these files in each machine in the network.
It is bit tricky to organize multiple users' info in all
the machines in the network.
NIS server will act as central server for user
authentication and all other machines will contact the NIS
server for the user's authentication info.
Make sure all the machines in your network should be in the
same domain. NIS will work only in single domain.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.