I forgot the -a
in the cp
command I executed and didn't notice until I rebooted and realized /home
was owned by root.
Is it somehow possible to give myself all the standard permissions back?
I've thought about one splution, but it would, apparently, cause all programs to have the same permissions as me.
Nautilus says /home
, and, subsequently, /home/calin
s owned by root, and that only rooot has permissions.
Any ideas/suggestions?
Thanks in advance.
Cheers.
/home
itself should be owned by root, only the individual directories like/home/calin
should be owned by their users – steeldriver Feb 27 '24 at 13:35cp
. — If you mean about what I'm trying to do, I'm trying to do literally anything; apps like Nautilus won't work because my home dir,~
, is also owned by root. – KattyTheEnby Feb 27 '24 at 13:42