You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all /mfs files belong to the user running the mount and are -rw-r--r--.
So chown() and chmod() do nothing because the permissions are hard-coded.
Need to find a place to store permissions, as ipfs files has no concept of them.
The text was updated successfully, but these errors were encountered:
Currently, all
/mfs
files belong to the user running the mount and are-rw-r--r--
.So
chown()
andchmod()
do nothing because the permissions are hard-coded.Need to find a place to store permissions, as
ipfs files
has no concept of them.The text was updated successfully, but these errors were encountered: