On Dec 5, 2006, at 12:32 PM, Rainer Keller wrote:
> To check, You may also use:
> ssh <nodename> echo $SHELL
Make sure you quote this properly so that $SHELL is not evaluated on
the local node:
ssh <nodename> 'echo $SHELL'
--
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems
|