HI, my account ( admin and unique account in the system) is unable to open the root folder even after trying to open it as an administrator, is there any way to fix this?
for context when opening with admin access
a time ago I had an incident where I have to rebuild my session because I delete my bootable for the endevour partition I am thinking it might be related
ββ[photor@Picard:~]
β°β>$ cd /root
ββ[photor@Picard:/root]
β°β>$ cd
ββ[photor@Picard:~]
β°β>$
That is because, user βphotorβ (me as normal user) is allowded to enter /root-directory:
ββ[photor@Picard:~]
β°β>$ ls -la /root
insgesamt 2344
drwxr-xr-x 21 root root 4096 9. Nov 15:46 ./
drwxr-xr-x 18 root root 4096 8. Apr 2024 ../
[...]
See permissions: βdwrxr-xr-xβ - last βr-xβ ist important; so everybody is to allow to visit /root. Maybe you check this. (And maybe, it can be discussed, if this is a good idea)