ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 491 - 220-1102 discussion

Report
Export

Which of the following commands can a technician use to get the MAC address of a Linux distribution?

A.
net use
Answers
A.
net use
B.
ifconfig
Answers
B.
ifconfig
C.
netstat
Answers
C.
netstat
D.
ping
Answers
D.
ping
Suggested answer: B

Explanation:

The ifconfig command is a tool for configuring network interfaces that any Linux system administrator should know.It is used to bring interfaces up or down, assign and remove addresses and routes, manage ARP cache, and much more1. One of the information that ifconfig can display is the MAC address of each network interface, which is a unique identifier of the physical layer of the network device. The MAC address is usually shown as a hexadecimal string separated by colons, such as 00:0c:29:3f:5c:1f. To get the MAC address of a Linux distribution, a technician can use the ifconfig command without any arguments, which will show the details of all the active network interfaces, or specify the name of a particular interface, such as eth0 or wlan0, to show only the details of that interface.

Reference: 1: Linux Commands - CompTIA A+ 220-1102 - 1.11 - Professor Messer IT Certification Training Courses1

asked 02/10/2024
Solomon Waya
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first