• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
Command used to display and configure the ip address on an interface, eth0.
ifconfig
The system configuration file for the eth0 interface.
/etc/sysconfig/network-scripts/ifcfg-eth0
IP address of the router on the network used to send packets to remote networks.
default gateway
Command used to display and change the host name of a machine.
hostname
Internet Super Daemon that is used to listen for connections and start other network daemons on demand.
xinetd
Configuration file for the xinetd process.
/etc/xinetd.conf
A 32-bit addressing scheme used on the Internet.
IPv4
The new 128-bit addressing scheme used on the Internet.
IPv6
Command used to test IP connectivity on a network.
ping
Command used to create an unencrypted remote shell on another computer.
telnet
Command used to create an encrypted remote shell on another computer.
ssh
IPv4 Subnet mask represented as a /24.
255.255.255.0
Command to display and edit the systems routing table.
route
Configuration file that maps hostnames to ip addresses.
/etc/hosts
Command used to stop and start iptables.
/etc/init.d/iptables stop
/etc/init.d/iptables start