Can someone help me I'm having a problem. I've shared my home folder and my media folder with samba. My home folder is readable but I can't open the partitions in the media folder. The problem is with the permissions. The permissions for the partitions are:
Owner - read&write
Group - read&write
Others - Forbidden
I have to somehow change "Others" to have at least a Read permission ... I tried the command:
chmod -R 776 /media/sdb5 and sudo chmod -R 776 /media/sdb5 (also sudo chmod 776 -R /media/sdb5 )
After that I tried to change the permissions for the folder I need but it doesn't work. Can someone tell me how to do this please.
Regards
Owner - read&write
Group - read&write
Others - Forbidden
I have to somehow change "Others" to have at least a Read permission ... I tried the command:
chmod -R 776 /media/sdb5 and sudo chmod -R 776 /media/sdb5 (also sudo chmod 776 -R /media/sdb5 )
After that I tried to change the permissions for the folder I need but it doesn't work. Can someone tell me how to do this please.
Regards
Comment