1.5 Use the appropriate networking tools or configuration files Flashcards

1
Q

ip command

A

Replaced the ifconfig command.

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

ss command

A

Information gathering utility with simpler output and syntax.

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

nmcli

A

Better output than the IP command

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

ifconfig command

A

Shows network info like MAC, IP, etc

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

ifcfg command

A

Used to set network interface parameters in Linux.

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

hostname command

A

Human-readable name of the device.

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

arp command

A

Used to relate IP and MAC address.

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

route command

A

Used to view the routing table.

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

/etc/sysconfig/network-scripts/

A

This is found on RHEL, CentOS, and Fedora. A directory that houses various config files for network interfaces on your system.

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

/etc/nsswitch.conf

A

Specifies the methods to use and the order in which to use them when looking for a certain type of information.

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

/etc/resolv.conf

A

Informing the system of the IP address of one or more DNS servers.

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

hostnamectl command

A

Shows the system’s network hostname and other info about the system’s hardware.

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

resolvectl command

A

Used to interact and manage DNS settings on Linux systems that use the systemd-reolved service.

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

dig command

A

Used for gathering information and testing name resolution.

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

nslookup command

A

Used to test name resolution.

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

host command

A

Used to query DNS server.

17
Q

WHOIS

A

Host information about the owner of the domain name.

18
Q

traceroute command

A

Used to report the network path between the source and destination.

19
Q

ping command

A

Used to test network connections to different machines across a network.

20
Q

mtr command

A

Combination of ping and traceroute that enables testing the quality of a
network connection.

21
Q

rsync command

A

Used to copy files locally and to remote systems.