Mount: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Linux == For everyone: mount -ouser,umask=0000 /dev/sdxY /mountpoint For a specific group: mount -ouser,umask=0007,gid=1010 /dev/sdxY /mountpoint [https://superuser....") |
(No difference)
|
Latest revision as of 20:41, 23 August 2019
Linux
For everyone:
mount -ouser,umask=0000 /dev/sdxY /mountpoint
For a specific group:
mount -ouser,umask=0007,gid=1010 /dev/sdxY /mountpoint