From LedHed's Wiki
Line 1: | Line 1: | ||
Linux Commands that I rarely use and often forget. | Linux Commands that I rarely use and often forget. | ||
− | + | <br> | |
+ | <br> | ||
pwd = (Print Working Directory) Displays the current directory you're in. | pwd = (Print Working Directory) Displays the current directory you're in. | ||
− | + | <br> | |
+ | nmap = (Network Map) Utility that displays open network ports.<br> | ||
+ | ''Basic usage: nmap 192.168.0.1 '' | ||
+ | <br> | ||
+ | <br> | ||
More To Come.. | More To Come.. | ||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 00:42, 17 August 2006
Linux Commands that I rarely use and often forget.
pwd = (Print Working Directory) Displays the current directory you're in.
nmap = (Network Map) Utility that displays open network ports.
Basic usage: nmap 192.168.0.1
More To Come..