add netstat command to bash commands

This commit is contained in:
tortumlu 2021-10-10 19:53:15 +03:00
parent 92c6c88716
commit d66d0db292
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ whois <domain> # gets whois information for domain
dig <domain> # gets DNS information for domain
dig -x <host> # reverses lookup host
wget <file> # downloads file
netstat # Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
time <command> # report time consumed by command execution