Displaying 2 results from an estimated 2 matches for "chapter16".
Did you mean:
chapter1
2006 Sep 03
2
Running cox models
Hi,
I'm reading van Belle et al "Biostatistics" and trying to run a cox test using
a dataset from:
http://faculty.washington.edu/~heagerty/Books/Biostatistics/chapter16.html
(Primary Biliary Cirrhosis data link at top of the page),
I'm using the following code:
--------------- start of code
library(survival)
liver <- scan("liver2.txt",list(age=0,albumin=0,alkphos=0,ascites=0,bili=0,
cholest=0,edema=0,edmadj=0,hepmeg=0,obstime=0,platelet...
2011 May 23
0
Basic questions about share permissions
...force group = user1
force create mode = 060
My basic question is: Given that I'd be happy with simply creating a
Windows group for each share, and giving full read/write access to the
group associated with each share, what's the best practice for doing
this?
>From my reading (chapter16 of the Samba HOWTO), it appears that one
way is just to say:
valid users = domain\group1
in the smb.conf for each share. Is this NOT a perfectly good way to do
it? Any reason why I might not want to do it?
>From reading the HOWTO, and expermenting, it looks like I can assign
permissions fro...