Displaying 2 results from an estimated 2 matches for "compleltly".
Did you mean:
compleatly
2014 Jun 04
1
Odd ownership of the dovecot-uidlist file
...re there
>> other files owned by this uid? Maybe only one of your NFS server has this
>> uid in its /etc/passwd? Is user "hamish" shared to another user somehow,
>> either via symlinks, ACLs, ...?
> UID 26624 is a valid user ('info' of domain14552) but under a compleltly
> different domain name (hamish is under domain25367). However that user has
> also not logged in around the time the ownership was changed. There is no
> relevance to the two users, except that they exist on the system and for some
> reason this issue happened to the hamish user....
2003 Mar 04
4
writing several command line in R console
Hi R lovers
I would like to know how to step to the next line in the R console editor
without breaking the continuity of my code
more clearly : if for example I write a function, so far i have to write the
all code inside on the same line wich may become obscure as the function is
more and more complex.
I would like to do like in the example of the manuels:
>twosam <- function(y1, y2) {