bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ulimit and ssh?


From: peter360
Subject: Re: ulimit and ssh?
Date: Tue, 8 Sep 2009 11:39:02 -0700 (PDT)

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

[Prev in Thread] Current Thread [Next in Thread]