search for: umanski

Displaying 3 results from an estimated 3 matches for "umanski".

Did you mean: umansky
2019 Jun 04
0
Rrsync3.1.3x POSIX ACLs conversion to NFS v4 ACLs question
...xpected behavior. What I described above is completely satisfying as even if we mount the same destination filesystem as NFS v3 after copying data, the access list works and provide an access RWX (whatever) is applied. The question is if this is expected behavior? Thank you all in advance, Alex Umanski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20190604/9791edda/attachment.html>
2010 Feb 19
5
Bind field of a list
Hello all I am new in R and so easy stuff are difficult... let say that I have a list test <- list(a=c("x","v"),b=c("n","m")) how can I without a loop get test$a bind with test$b (obviously in real life their would be many fields) Cheers and thanks -- View this message in context: http://n4.nabble.com/Bind-field-of-a-list-tp1561676p1561676.html Sent
2010 Feb 19
4
Accessing values of a matrix
hello all, thank you for taking the time I have a matrix A that have column names (let say n columns), I want to reduce the matrix to have just a few of those column (p colums, this is trivial), but for the lines I want only the lines such that A(i,J) is part of a list (J is fixed and known) I am sure it is very easy but I don't find it (I tryed which but it doesn't seem to work) Surely