I'm having an issue with group permissions.
I have created a group called smbusers which I have added myself to, with the following commands:
# groupadd smbusers # usermod -G smbusers michael
usermod -G smbusers,adm michael
I understand what this command does; however, it will not solve my original problem which is to access a directory as a member of smbusers. I will try the logoff and log back in to see if that helps. Thanks.