Misc Flashcards

1
Q

location of system-wide settings: i.e. hostname, gateway, enabled|
disabled

A

/etc/sysconfig/network

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

system-config-network’ tool controls this directory.

A

/etc/sysconfig/networking

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

which system-config-network would produce what path?

A

/usr/sbin/system-config-network

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

ifconfig network scripts reside where?

A

/etc/sysconfig/network-scripts

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

ifconfig command to set a static virtual (sub) interface with ip and netmask

A

ifconfig eth0:1 192.168.75.22 netmask 255.255.255.0

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

remove a sub interface

A

ifconfig eth0:3 del 192.168.75.24

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