similar to: Hide the files that doesn't have permission to access

Displaying 20 results from an estimated 700 matches similar to: "Hide the files that doesn't have permission to access"

2015 Oct 14
3
Hide the files that doesn't have permission to access
Hi all, I want to shows a user only the files that he/she has permission to access. I configured smb.conf like that: [global] workgroup = STORAGE encrypt passwords = yes security = user access based share enum = yes hide unreadable = yes hide unwriteable files = yes [smb_shr1] path = /mnt/LV002/share1 read only = no create mode = 0777
2015 Oct 21
0
Hide the files that doesn't have permission to access
Hi, Try these params to hide files when users doesn't have read/write access to them. hide unreadable (S) This parameter prevents clients from seeing the existance of files that cannot be read. Defaults to off. Default: *hide unreadable = no* hide unwriteable files (S) This parameter prevents clients from seeing the existance of files that cannot be written to. Defaults to off. Note that
2011 Jan 11
5
A question on dummy variable
Dear all, I would like to ask one question related to statistics, for specifically on defining dummy variables. As of now, I have come across 3 different kind of dummy variables (assuming I am working with Seasonal dummy, and number of season is 4): > dummy1 <- diag(4) > for(i in 1:3) dummy1 <- rbind(dummy1, diag(4)) > dummy1 <- dummy1[,-4] > > dummy2 <- dummy1 >
2011 Jan 03
1
Formatted output with alternating format at different rows
Dear all, I have a simple question. I couldn't find a solution in the forums/R-user manual; I have also asked to my friends who use R, but couldn't get any answer from them either. I would appreciate any solutions. I want to write formatted text file like in Fortran. More specifically with the format choice of mine for any given line (more specifics are given below). The R function
2002 Jul 02
1
Strange behaviour in plot and points?
Hello R-users I was puzzled by some strange results of an analysis and I found out what is for me a strange behaviour (I won't dare to say a bug) in both plot and points (and I suspect lines and other kind of lower level plots). If you try the following code: > data<-data.frame(dummy1=c(1:10),dummy2=c(1:10)) > plot(data$dummy1,data$dummy3) A plot of the values of dummy1 against
2013 Jun 07
4
matched samples, dataframe, panel data
I R-helpers #I have a data panel of thousands of firms, by year and industry and #one dummy variable that separates the firms in two categories: 1 if the firm have an auditor; 0 if not #and another variable the represents the firm dimension (total assets in thousand of euros) #I need to create two separated samples with the same number os firms where #one firm in the first have a corresponding
2013 Nov 28
1
Failed to find a Unix account
Hi all, I'm looking now for day's for this problem but i don't find the solution. I have tried several solutions/setup like: https://lists.samba.org/archive/samba/2011-May/162571.html I have a working ldap server for my mail-server and want to extend this to a samba server also. when a user connect (without success) I see this error in the logs: Nov 28 09:24:44 app-04 smbd[11865]:
2019 Feb 20
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Hm, I thought this to be the very TLD that is specifically assigned for local networks with no plans to become Internet-wide. What is the recommended TLD for such networks then? Dňa 20. 2. 2019 o 11:33 Rowland Penny via samba napísal(a): > On Wed, 20 Feb 2019 11:17:05 +0100 > "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > >> Hai, >>
2009 Sep 04
1
predicting from segmented regression
Hello I'm having trouble figuring out how to use the output of "segmented()" with a new set of predictor values. Using the example of the help file: ??set.seed(12) xx<-1:100 zz<-runif(100) yy<-2+1.5*pmax(xx-35,0)-1.5*pmax(xx-70,0)+15*pmax(zz-.5,0)+rnorm(100,0,2) dati<-data.frame(x=xx,y=yy,z=zz) out.lm<-lm(y~x,data=dati) o<-## S3
2004 Feb 18
2
building the development version
I'm trying to build the current development version of R on an SGI running IRIX6.5. Everything proceeds merrily until I reach the eda package. This is the error message I get if I cd to the appropriate directory and type 'make' or 'make all.' Does this make sense to anyone? -- Thanks, Debby gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda' building
2012 Oct 10
6
How can I show only the shares that user have access to in SAMBA
Dear All, I have implemented samba to right now in test environment to be implemented in production as? samba file server so far its working grt but I have one issue i have right now one share and want only the users who have access to the share to see it and the others should not when I log into the user who has no access I see the share and when i double click it ask me for username and
2002 Jul 10
1
trouble installing packages
I can't install some packages (even some of the recommended packages), especially those that use f77, on an SGI. Here's what happens: fry: R CMD INSTALL quantreg_3.09.tar.gz * Installing *source* package 'quantreg' ... ** libs /tmp/R.INSTALL.2975859/quantreg/src f77 -OPT:IEEE_NaN_inf=ON -g -c akj.f -o akj.o ... and there it hangs. I tried using MAKE=/usr/bin/make and
2013 Sep 11
2
[LLVMdev] Why a function pointer field in a LLVM IR struct is replaced by {}*?
Dear LLVM developers, My name is Ben Niu and I am a Ph.D. student at Lehigh University. I compiled the MUSL C library using Clang 3.3, and dumped the generated LLVM IR files. I found that the MUSL-defined FILE struct (aliasing __FILE_s) struct __FILE_s { unsigned flags; unsigned char *rpos, *rend; int (*close)(FILE *); unsigned char *wend, *wpos; unsigned char *mustbezero_1;
2016 Feb 09
2
WG: After Upgrade to Samba-4.3.4
What I have done bevor updating to 4.3.4 and it was working until then. I userd the map unix tab in ADUC and gave uid and gid to all users /groups but administrator. This worked until the update. Now the dcs mix up only!!! group ids with computer ids (security tab) root at s4slave exim]# getent group personal TPLK\personal:x:3000044: root at s4slave exim]# getent group reserve09$
2003 Feb 05
2
postscript: can't center plot
One of our color postscript printers needs a slightly larger margin than the default, so I'm trying to send slightly smaller graphics to it, but all the extra margin I provide ends up at the right and bottom of the page. These are the relevant (I imagine) ps.options: $paper [1] "special" $width [1] 10 $height [1] 8 $pagecentre [1] TRUE I tried this on two systems, in
2016 Oct 23
3
define share without name
With Samba 4.2.10 I wish to create one folder share so that Windows clients can access to it by typing only the IP address or netbios name of server, e.g. \\10.56.23.22 and the window will show immediately file list. I read Samba doc and it’s necessary to define every share by symbol "[ section ]” but if I defined [test] share I woull access to it by typing \\ 10.56.23.22\test and this one
2010 Jun 29
2
transposing a data frame from horizontal to vertical (stacking)
Hello, everyone! I have a very simple task - I have a data frame (see MyData below) and I need to stack the data (see result below). I wrote the syntax below - it's very basic and it does what I need. But I am sure what I am trying to do is a very typical task and there must be a much shorter/more elegant way of doing it. Any advice? Thank you very much!
2018 Oct 30
3
Problem with rights in samba 4.9.0
good afternoon everyone, I have a problem that I can not solve I have installed a samba 4.9.0 in centos 7.5 using XFS. In the DPTO share I have the departmental folders, which I gave the rights to the groups. The problem: when a user creates a file within some sub-folders the group's rights do not arrive in the file is read-only. When the user accesses a website and downloads
2017 Mar 30
2
JPG issue
[global] workgroup = NPC server string = Samba Server %v netbios name = Atlantica security = user map to guest = bad user dns proxy = no hide files = /~*/ hide unwriteable files = yes #============================ Share Definitions ============================== [homes] comment = Home Directories path = /home/%S valid users = %S browseable = no guest ok = no writable = yes
2002 May 06
2
need help building R on SGI
I'm trying to build R-1.5.0 on an SGI. I downloaded the tar file just a couple of hours ago. These are the various variables I set before configuring, and the arguments to configure I'm using: export R_PAPERSIZE=letter CPPFLAGS=-I/usr/dfs/src/readline export LDFLAGS='-L/usr/common/lib -L/usr/lib32 -L/usr/dfs/src/readline' export CONFIG_SHELL=/v/bin/sh SHELL=/v/bin/sh ./configure