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
$ sudo usermod -aG xdusage "your current user"
# check groups
$ id
uid=1000(cyoun) gid=1000(cyoun) groups=1000(cyoun),10(wheel),48(apache),996(vboxsf),1001(xdusage)
$ groups
cyoun wheel apache vboxsf xdusage
# If you can't see the "xdusage" group in the group list for your current user,
# run the commandline below for the change to take effect.
# As the other way, you would need to log in again.
$ su - $USER