Displaying 3 results from an estimated 3 matches for "write3".
Did you mean:
  write
  
2005 Mar 08
2
I would like to create a Samba share supporting named writers, named readers, and no guests ...
...ant.  If someone can give me a hint, I would really appreciate it.  Thank
you.
If I do this, reader1 can see the files (good), cannot create files (good),
but can modify (write) existing files (bad!)
------- smb.conf -------
[native6-stuff]
   path = /native6-stuff
   valid users = write1 write2 write3 reader1
   guest ok = no
   read-list = reader1
   write-list write1 write2 write3
   force group = writers
   public = no
   writable = yes
   printable = no
   create mask = 0664
   directory mask = 0664
----------- /etc/group ------------
writers:x:598:write1,write2,write3
-------- end -------...
2005 Jun 16
1
Sweave and sideways
...er.
))) (C:\texmf\tex\latex\fancyvrb\fancyvrb.sty
Package: fancyvrb 1998/07/17
Style option: `fancyvrb' v2.6, with DG/SPQR fixes <1998/07/17> (tvz)
\FV at CodeLineNo=\count87
\FV at InFile=\read1
\FV at TabBox=\box26
\c at FancyVerbLine=\count88
\FV at StepNumber=\count89
\FV at OutFile=\write3
No file fancyvrb.cfg.
) (C:\texmf\tex\latex\upquote\upquote.sty
Package: upquote 2003/08/11 v1.1 Covington's upright-quote modification to
verb
atim and verb
 (C:\texmf\tex\latex\base\textcomp.sty
Package: textcomp 2004/02/22 v1.99f Standard LaTeX package
Package textcomp Info: Sub-encoding in...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.