Skip to content

Re-adding support for the `uid` and `gid` command line flags

Compare
Choose a tag to compare
@orodeh orodeh released this 08 Apr 22:04
· 41 commits to master since this release
94dc053
  • Re-adding support for the uid and gid command line flags.
  • Allowing the older use of mounting with sudo, although, this is discouraged. The new command:
dxfuse MNT your_project

The older method:

sudo dxfuse -uid $(id -u) -gid $(id -g) MNT your_project