The _________ command in Linux can be used to manipulate or display IP routing tables.
- route
- ifconfig
- iptables
- ip
The ip command in Linux can be used to manipulate or display IP routing tables. It's a powerful and versatile tool for configuring network interfaces, routes, tunnels, and more. Unlike older commands like route and ifconfig, ip is considered a modern and more comprehensive replacement.
Loading...
Related Quiz
- After a recent system update, your Linux server fails to boot properly. It seems to hang after the bootloader phase. Where would you begin troubleshooting to identify the issue?
- You notice that a process on your Linux system is consuming too much CPU. Which command would you use to adjust its priority?
- In the context of package management, what does the term "repository" refer to?
- How do you denote the start of a block of code in a Bash if statement?
- A system administrator wants to dynamically alter the kernel's behavior without rebooting. What feature of the Linux kernel allows for this?