214k views
5 votes
Which of the following commands can be used to determine the IP configuration on a Linux workstation?

a. ipchains
b. ifconfig
c. ifchains
d. ipconfig

1 Answer

4 votes

Final answer:

To determine the IP configuration on a Linux workstation, the 'ifconfig' command is traditionally used, though it has been deprecated in favor of the 'ip' command suite in modern systems.

Step-by-step explanation:

Determining IP Configuration in Linux

The command used to determine the IP configuration on a Linux workstation is ifconfig. Originally the primary tool for network interface configuration, ifconfig allows users to view and change the configuration of network interfaces. However, it's important to note that ifconfig has been deprecated in modern Linux systems in favor of the ip command suite. For current systems, the command ip addr or ip address can be used to show devices and their details. Even though deprecated, ifconfig might still be present on some systems, and it provides outputs such as the IP address, subnet mask, and broadcast address.

User Qiubit
by
8.4k points