Bob,

Thanks for the explanation.   So my understanding of the way ssh works is
still incorrect.  I am confused about at which point the two parameters,
"-c" and "ulimit -a" were converted into three, "-c", "ulimit", and "-a".  I
guess I need to read the source of ssh and bash to really understand this...




Bob Proulx wrote:
> 
> peter360 wrote:
>> So, just to make sure I really understand this, here is how I understand
>> ssh
>> worked: even thought I gave the command bash -c 'ulimit -a' as 3 separate
>> strings,
> 
> Yes.
> 
>> ssh (either the client or the server) actually concatenate them into
>> one,
> 
> No.  It isn't put into one string unless you quote it as one string.
> 
> 


-- 
View this message in context: 
http://www.nabble.com/ulimit-and-ssh--tp25262471p25351813.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.



Reply via email to