Hello. I am an IT working for the US Navy (hence the name). I have pretty much no scripting knowledge at all and Im trying to develope a script for reboots.
I'd imagine it would be fairly simple. Try not to laugh at this but if I were to start a script with something like this LOL
#!/bin/csh
telnet (whatever)
how do I get it to enter a user name and password
then su - and another password?
I'd imagine it would be fairly simple. Try not to laugh at this but if I were to start a script with something like this LOL
#!/bin/csh
telnet (whatever)
how do I get it to enter a user name and password
then su - and another password?