The primary configuration file for setting up static routes on a Linux system is ________.
- /etc/network/interfaces
- /etc/routes
- /etc/network/routing
- /etc/sysconfig/network
The primary configuration file for setting up static routes on a Linux system is "/etc/network/interfaces." This file is used to define static routes, including the destination network, gateway, and netmask.
Loading...
Related Quiz
- What is the primary purpose of a VPN in a Linux environment?
- Which symbol is used in Bash scripting to execute a command?
- The iptables command that allows traffic only from a specific IP address, say 10.0.0.1, to a specific port, say 22, uses the ________ option.
- A colleague informs you that they're unable to access a service on a remote server. You suspect it might be a firewall issue. How would you list the current firewall rules to diagnose the issue?
- What command can be used to view the partition table of a disk in Linux?