Search the Community
Showing results for tags 'umask'.
-
I have four directories on my linux system that I want to sync. For local security and management purposes, each folder (and all its contents) should have a different group owner and umask 0027. So, I thought I would initiate four parallel installs of rslsync. Each would be configured with just one of the folders shared. And rslsync would be launched with the desired group and umask settings four times. I've run into trouble because it seems the configuration for the second "instance" is clobbering the first. (which was initially working fine) I don't understand how to use
-
Hello QNAP Model: TS-809U Firmware version: 4.1.0 Bittorrent Sync verison: 1.3.109 Linux version: 3.4.6 (root@NasX86-13) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 Normally, by default, Bittorrent Sync runs on linux as the user: “root” and group: “administrators” and writes these owner:group permissions to syncronized files and folder that it creates. In the case of the QNAP NAS, Bittorrent Sync writes files and runs as the user “admin”. I have successfully managed to enforce all sub-folders and files in my sync folder to inherit the group “btsync” in the fil
- 35 replies
-
- qnap
- file permissions
-
(and 4 more)
Tagged with:
-
It seems like permissions in the destination are force-set to XX4 (where X = 6 or 7). My goal is to put "others" executable bit on directories, so it can be painlessly browsed by a web server, which is another user. Here are a few files: -rw-rw-r-- 1 motiejus motiejus 0 Apr 25 13:52 000 -rw-rw-r-- 1 motiejus motiejus 0 Apr 25 13:53 600 -rw-rw-r-- 1 motiejus motiejus 0 Apr 25 13:55 660 -rwxrwxr-- 1 motiejus motiejus 0 Apr 25 13:55 700 -rwxrwxr-- 1 motiejus motiejus 0 Apr 25 13:55 760 -rwxrwxr-- 1 motiejus motiejus 0 Apr 25 13:52 777 Name of the file corresponds to its permissions set by chmod i