NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
vtjballeng
Sep 14, 2011Aspirant
Dropbox permissions
I recently installed dropbox and crashplan on my readynas and am getting ready to phase out an old server but I am having trouble with the dropbox permissions. I followed the dropbox instructions her...
vtjballeng
Sep 27, 2011Aspirant
Well, talking to support and thus far the solution is:
$ crontab -e
# m h dom mon dow command
* 5 * * * /bin/chown -hR nobody:nogroup /c/dropbox/Dropbox
* 5 * * * /bin/chmod -R 755 /c/dropbox/Dropbox
:w then :q
The smarter alternative is to set the umask settings in /etc/profile using vim but I see a default set of 022 and am not sure which users this is for. I would like to only set the dropbox-cron user to 755. This cron basically resets the permissions and owner on dropbox once a day and is so far working but clumsy at best.
$ crontab -e
# m h dom mon dow command
* 5 * * * /bin/chown -hR nobody:nogroup /c/dropbox/Dropbox
* 5 * * * /bin/chmod -R 755 /c/dropbox/Dropbox
:w then :q
The smarter alternative is to set the umask settings in /etc/profile using vim but I see a default set of 022 and am not sure which users this is for. I would like to only set the dropbox-cron user to 755. This cron basically resets the permissions and owner on dropbox once a day and is so far working but clumsy at best.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!