You've been tasked with setting up static IP configurations for multiple interfaces on a Linux server. In which directory and/or file would you primarily focus your configuration efforts?
- /etc/network/interfaces
- /etc/resolv.conf
- /etc/hostname
- /etc/hosts
When configuring static IP addresses for network interfaces in Linux, you would primarily focus your efforts on the "/etc/network/interfaces" file. This file is used to define network interface configurations, including static IP settings.
Loading...
Related Quiz
- The _________ directory in Linux contains device nodes and is crucial for the system's interaction with hardware.
- Which protocol is primarily used by SSH for secure remote access?
- When configuring SSH key-based authentication, which file is typically modified on the server?
- What is the primary purpose of the /home directory in Linux?
- In a shell script, if you want to refer to the last argument passed, you would use the _________ special variable.