TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using symlinks to sync with Dropbox on a Mac

1 点作者 ikarandeep大约 11 年前

1 comment

kseistrup大约 11 年前
Sooner or later this will break. I used this method for years. However, the latest versions of Dropbox (around 2.6.7) screwed the whole thing up: since Dropbox doesn&#x27;t support symlinks, it frequently “thinks” that the permissions of the symlinks is the permissions that the linked-to files should have. And since symlinks often look like “lrwxrwxrwx” it will chmod the original files 0777, i.e. user, group AND world writable, which is probably not what you want.<p>E.g., I had symlinked my webserver&#x27;s directories into Dropbox, only to find out that all the files had their permissions changed to “-rwxrwxrwx”.<p>Your mileage may vary, but be sure you know what you&#x27;re doing. Dropbox is unreliable with symlinks.
评论 #7695465 未加载