Re-adding support for the `uid` and `gid` command line flags
- Re-adding support for the
uid
andgid
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