Changes between Version 1 and Version 2 of HowTo/UseTheCLIForNetworking


Ignore:
Timestamp:
09/05/14 18:09:57 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/UseTheCLIForNetworking

    v1 v2  
    11= UNIX Networking CLI Commands =
    22
    3 All UNIX systems and their derivatives (i.e. the various flavors of Linux) have a built in ''command line interface'' or ''CLI''. 
    4 
    5 Since all of the compute resources in GENI run some *nix flavor, it is important to be comfortable using the command line.
     3In addition to being comfortable with the [wiki:HowTo/UseTheCLI command line], if you are doing networking experiments on GENI you need to be comfortable with some basic networking commands.
    64
    75Some skills and command you should familiarize yourself with if you aren't already:
     
    1311  * listing network connections (`netstat`)
    1412  * testing connecting to individual ports using telnet (`telnet`)
    15   *
    1613
    1714Google will help you find many resources to learn about these topics.