mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
add netstat command to bash commands
This commit is contained in:
@@ -179,6 +179,7 @@ whois <domain> # gets whois information for domain
|
|||||||
dig <domain> # gets DNS information for domain
|
dig <domain> # gets DNS information for domain
|
||||||
dig -x <host> # reverses lookup host
|
dig -x <host> # reverses lookup host
|
||||||
wget <file> # downloads file
|
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
|
time <command> # report time consumed by command execution
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user