XP1,240
Terminal · 05

Terminal Commands

Real network administrators use the terminal! In this lesson, you'll learn basic commands.

Duration
1min
Level
L5
Type
Terminal
Progress
5/ 6

01Basic Commands

ping

Tests connectivity.

code
ping google.com
ping 8.8.8.8

traceroute / tracert

Shows the path packets take.

code
traceroute google.com

nslookup

Performs DNS query.

code
nslookup google.com

ipconfig / ifconfig

Shows IP configuration.

code
ipconfig
ifconfig

netstat

Lists network connections.

code
netstat -an

02Simulator

You can try these commands in the terminal below!