Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb83

Kb83

Emulab FAQ: Using the Testbed: Where are the Emulab command-line tools located?

Emulab FAQ: Using the Testbed: Where are the Emulab command-line tools located?

Emulab provides several handy command-line tools on the 'users' node in the '/usr/testbed/bin' directory. The experimental nodes have the same directory, although it contains only a few of the tools. You can add the directory to your shell PATH by editing your .cshrc and adding:

setenv PATH ${PATH}:/usr/testbed/bin

Or, if you use bash:

export PATH=${PATH}:/usr/testbed/bin