Thanks AndyBo, it helps<br>
<br>
But is there a way to do it automaticly? coz there r over 60 machines:P. I'll have to rsh and type in password each time:(<br>
<br>
It would be great if u can give me some further help.<br>
<br>
Thanks again<br>
<br>
BenDan
Hello all<br>
<br>
I can access several workstations in one LAN using one account.<br>
My problem is: How can I find out all the processes that I'm running<br>
on this network? I ask this is because sometimes I get complain from<br>
other students that I logged out but my program is still...
What should I do to enable my mouse perform cut & copy function? i.e. hold right btn hilight some words from this page then right click the middle btn copy it to another file. It doesn't work on my window98.<br>
<br>
Thanks in advance
under bash<br>
this script:<br>
<br>
no=0<br>
while [ $no -lt 3 ]<br>
do<br>
exec somecommnads >& somefile<br>
no=`expr $no + 1`<br>
done<br>
<br>
it won't loop. it will only execute somecommands once and jump out. Without exec, the output can't be redirected to somefile.<br>
<br>
many thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.