Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
telnet & su in shell script
Name: Chau Vo Date: June 16, 2003 at 07:39:36 Pacific OS: Solaris 5.8 CPU/Ram: 300 MHz
Comment:
Any scripting experts out there that can point me to the right direction of writng a script using telnet and su to access a server without any users interaction such as login and entering passwd. Thanks.
Summary: I have an issue with my shell script which uses prstat in it. The commands are: prstat 1 1|grep arserverd >> $LOG echo "arserverd value: "`prstat 1 1 | grep arserverd | awk '{print $3}'` >> $LOG If th...
Summary: I am new to shell script. Could some one explain the following line? ORIGIFS="$IFS" IFS="${IFS}:" set -- $1 IFS="$ORIGIFS" echo $1 I understand that IFS is the internal field seperator. in the first ...
Summary: Hi, I'm repeating a process in a shell script. What I currently have is the same thing repeated a number of times. What I would like to do is put it into a loop. What I'm running is a java jar file. P...