answersLogoWhite

0

NIS package

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What package can be used to standardize configuration files across Linux systems?

NIS (Network Information Service).


Which command can be used to standardize configuration files across Linux?

NIS


Linux and Unix are managed through a series of text files?

Unix / Linux are both file based operating systems. The majority of configuration can be amended by system configuration files, although as the systems have developed more and more of this is automated and hidden from the user. User configuration files will normally reside under the /etc directory.


What is the command in the Linux operating systems to display the network configuration?

Try: ifconfig, or ip addr show, or ip route show


What is bind in Linux?

BIND is the default package for Domain Name service(DNS) in Linux based systems, one of the widely used DNS servers across the internet.


What are two operating systems?

Two operating systems are; Windows, and Linux.


Where are the details for a complex Linux configuration found?

Default


Where are the configuration settings of a printer on a Linux computer?

/dev


Can a Centrino Duo run Linux?

Linux can run with virtually any hardware configuration, but it is best to check the system requirements for your Linux distro.


What is the name for joined windows and Linux operating systems?

There are no "joined" Linux and Windows operating systems, so there is no name for them.


What is the full path of the LILO configuration file in linux?

/etc/lilo.conf


What character is used to delimit most configuration files in Linux?

According to the Linux+ Guide to Linux Certification 2nd ed., most configuration files on Linux systems are delimited using the colon symbol (:) while the awk command uses spaces or tabs as delimiters for each field in a line. SudoKing, please note that the hash symbol (#) allows the commenting of lines, not the delimiting of lines. This is not to be confused with a hashpling (such as #!/bin/bash) which is located on the first line in a shell script, and specifies the pathname to the shell that interprets the contents of the shell script.