Tuesday, September 22, 2009

Interesting Unix commands

if you are looking to change/solve a problem and
have no idea what command to use (an extreme situation)

man -k whatever

might come handy

___________________________________________

A script that telnet and submits a password
ina very NON secure way

echo "password" | telnet machine

in certain situations where u r telneting dumb machines
ina local network that have default passwords that can be handy
a better but more complex approach is using "expect"

No comments:

Post a Comment

Followers