$ netstat -nr
To get the information about USB buses in the system and devices connected to them
$ lsusb
To get a listing of open ports with associated processes
$ sudo lsof -i
or
$ sudo netstat -lptu
Using netcat to setup a server
$ nc -l -p
Using netcat as a proxy
$ nc -l -p
3 comments:
I think I'm the first Sri Lankan visitor to your Blog. ;)
You are welcome. :-)
Thx! useful commands :)
Post a Comment