Host Information Flashcards
1
Q
uname -a
A
Fundamental information about your computer. (Kernel, hostname, kernel release, kernel version, processor type, os name)
2
Q
hostname
A
Prints the name of your computer.
3
Q
hostname -f
A
Prints the fully qualified name.
4
Q
ip addr show
A
Print network interfaces.
5
Q
ip maddr
A
Display multicast addresses of your network devices.
6
Q
ip link
A
Display attributes of your network devices.
7
Q
ip route
A
Display your routing table.
8
Q
ip monitor
A
Monitor your network devices, type ^C to stop.
9
Q
ip neigh
A
View neighbors.
10
Q
ifconfig -a
A
ifconfig is an ancestor to ip. Use ip instead.