[GH-ISSUE #371] different operations for different users #196

Closed
opened 2026-04-08 16:51:05 +03:00 by zhus · 2 comments
Owner

Originally created by @jiangjiangflies on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/371

I can add multiple users
dufs -A -a admin:123@/ -a user:user@/
But both admin and user have same all operations (delete, upload,etc). Is there a way that only admin have all the operations while other users can only browser files?

Originally created by @jiangjiangflies on GitHub (Apr 4, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/371 I can add multiple users `dufs -A -a admin:123@/ -a user:user@/` But both admin and user have same all operations (delete, upload,etc). Is there a way that only admin have all the operations while other users can only browser files?
zhus closed this issue 2026-04-08 16:51:05 +03:00
Author
Owner

@sigoden commented on GitHub (Apr 4, 2024):

image

-a admin:123@/ grants admin only read-only permissions
-a admin:123@/:rw to grants admin all permissions.

<!-- gh-comment-id:2036033363 --> @sigoden commented on GitHub (Apr 4, 2024): ![image](https://github.com/sigoden/dufs/assets/4012553/4547eb7a-d75a-47b3-9a2c-833c08f27b35) `-a admin:123@/` grants admin only read-only permissions `-a admin:123@/:rw` to grants admin all permissions.
Author
Owner

@jiangjiangflies commented on GitHub (Apr 4, 2024):

Sorry, the Advanced topics is folded in the README. I didn't notice that. Thank you!

<!-- gh-comment-id:2036094880 --> @jiangjiangflies commented on GitHub (Apr 4, 2024): Sorry, the **Advanced topics** is folded in the README. I didn't notice that. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#196