On 04/22/2012 09:29 AM, lina wrote:
How do I use
ssh p3600 'top'
It shows me
TERM environment variable not set.

Please read the manual page for top:

    $ man top


Try the "batch mode operation" and "number of iterations" options:

    $ ssh p3600 top -b -n 1


HTH,

David

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to