search for: xrwxr

Displaying 6 results from an estimated 6 matches for "xrwxr".

Did you mean: drwxr
2017 Sep 23
2
more selinux problems ...
Hi, how do I allow lighttpd access to a directory like this: dr-xrwxr-x. lighttpd example unconfined_u:object_r:samba_share_t:s0 files_articles I tried to create and install a selinux module, and it didn?t work. The non-working module can not be removed, either: semodule -r lighttpd-files_articles.pp libsemanage.semanage_direct_remove_key: Unable to remove module l...
2017 Jul 07
2
Web server files ownership?
On Fri, 7 Jul 2017, Bill Gee wrote: > File permissions are 574. Note that owners are NOT required to have higher > permissions than groups! But the owner can change the permissions, no? 574 is a properly perculiar permission to set. jh
2017 Jul 07
1
Web server files ownership?
...). To delete, yes, but to chmod? It makes no sense for that to be the case, as hardlinks would end up being a touch baffling. [ as root ] # mkdir foo # touch foo/bar # chown user foo/bar # chmod 574 foo/bar [ as user ] $ cd foo $ ls -ld . drwxr-xr-x. 2 root root 16 Jul 7 12:51 . $ ls -l bar -r-xrwxr--. 1 user root 0 Jul 7 12:51 bar $ echo rabbits > bar bash: bar: Permission denied $ chmod 644 bar $ echo rabbits > bar $ cat bar rabbits $ ls -l bar -rw-r--r--. 1 user root 8 Jul 7 12:54 bar jh
1999 Jan 01
1
RE: timeslab
Hi Troels, Its in the incoming directory: ftp://ftp.ci.tuwien.ac.at/incoming Try this for a nice demo: > library(timeslab) > arma(alpha, beta, x, 2, 4, 3, 0.2,500, 30,0) Bernd On 01-Jan-99 Troels Ring wrote: > Hi Johannes Wuebben and a happy new year. > Where did you actually put the timeslab ? > Yours > > Troels Ring, MD > Department of Nephrology
2001 Dec 11
1
running .exe files from a Unix share without specifying .exe extension - is it possible ??
...0 Dir(s) 12,550,406,144 bytes free L:\>gdump Usage: gdump [-help] <options> filename -------------------- Obviously .exe is seen as an extension in this case and the executable is called. Here are the file attributes of gdump.exe on the Unix drive: bash-2.03$ ls -al gdump.exe -r-xrwxr-x 1 esprit flsite 1359912 Nov 16 00:10 gdump.exe And here are the smb.conf settings for this share: [v_NT] comment = /v path = /v case sensitive = yes delete read only = yes Any ideas/input are appreciated.
2012 Nov 12
2
Root cannot delete files through samba share
Dear, We are integrating Samba with Active Directory in the company. The goal is to provide a samba share to users of AD. In this case, we need all users to write on the share, but nobody modify or delete any files. Even the user who owns it. With this, we would create only one AD user, if necessary with root powers, which could erase everything. For this, we test several lines, such as