Hey, i use Rclone and i wan't to mount Google Drive Storage with the rights 0770 in Linux.
how exactly do i do this?
So far I've always done it this way: rclone mount --allow-other gdrive: /mnt/gdrive/
But now I need the special rights 0770 ...
Could someone put the order together for me?
Thanks for Help!
hello and welcome to the forum,
the permissions can be changed using
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
1 Like
Could you send me the completed mount command?
That would be nice...
i got it, thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.