Sharing a folder

Colin Law clanlaw at gmail.com
Sun Nov 26 21:41:13 UTC 2023


On Sun, 26 Nov 2023 at 20:57, Bret Busby <bret at busby.net> wrote:
>
> I suggest trying
> sudo chmod 666 /home/common

If you want to change the permissions on all the files it must be
called recursively.

sudo chmod -R 666 /home/common

Colin L.




More information about the ubuntu-users mailing list