What does the ifconfig command primarily display?
- Network interface information
- System uptime
- List of installed packages
- CPU usage statistics
The ifconfig command primarily displays network interface information. It shows details about all network interfaces on the system, such as their IP addresses, MAC addresses, and network configuration settings. This command is essential for managing and configuring network interfaces in Linux.
Loading...
Related Quiz
- You notice that a process on your Linux system is consuming too much CPU. Which command would you use to adjust its priority?
- To change the primary group of a user, the ________ command is utilized.
- The ________ file in Linux contains the default boot entry and settings for the bootloader.
- In a shell script, if you want to refer to the last argument passed, you would use the _________ special variable.
- Which component of the Linux boot process loads the main system kernel?