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.