Host Information Flashcards

1
Q

uname -a

A

Fundamental information about your computer. (Kernel, hostname, kernel release, kernel version, processor type, os name)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

hostname

A

Prints the name of your computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

hostname -f

A

Prints the fully qualified name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ip addr show

A

Print network interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ip maddr

A

Display multicast addresses of your network devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ip link

A

Display attributes of your network devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ip route

A

Display your routing table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ip monitor

A

Monitor your network devices, type ^C to stop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ip neigh

A

View neighbors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ifconfig -a

A

ifconfig is an ancestor to ip. Use ip instead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly