I could not enter some Folders in /. If I klick on /var for example I get the error “Could not enter /var”. In terminal there is no problem to cd /var.
Regards Volker
I could not enter some Folders in /. If I klick on /var for example I get the error “Could not enter /var”. In terminal there is no problem to cd /var.
Regards Volker
This is probably a permission related issue. Make sure you’ve elevated to root (superuser).
Hi, do you think I’m doing something wrong, or are you talking about a problem in Dolphin?
I can switch in the terminal and the rights should also fit.
You should only get a “Could not enter” if you try to open a folder that you don’t have read or access permissions for:
One level up I can see that I wouldn’t be able to access the folder because it has a lock icon on it:
Why Dolphin lets me try to access inaccessible folders is another question.
To understand why you are having trouble accessing a folder that should be accessible, can you please try to run the following command in a terminal and paste all of its output here:
kioclient ls file:///var
Please do not do a screenshot - just copy the text off of the terminal and put it here in a preformatted text box (like the above command is in a code box - look for the “Preformatted text” button in the editor toolbar).
The output from kioclient ls file:///var is:
tmail
lib
snap
.
cache
metrics
..
lock
www
opt
spool
local
tmp
run
backups
crash
log
Are there no errors or warning reported?
That’s exactly how it is. The shell prompt before and after. There are no error messages or warnings.
First, welcome to the KDE Discuss Forums.
Some questions –
The CLI commands needed to check your system’s current directory settings are –
> ls -ld /var
drwxr-xr-x 13 root root 4096 18. Jun 19:42 /var
>
> cd /
> getfacl -a var
# file: var
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
>
Hi Franken, I work on Ubuntu 22.04 and have at least not consciously enabled SELinux.
The output of ls -ld /var and getfacl -a var look the same for me:
getfacl -a var
# file: var
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
ls -ld /var
drwxr-xr-x 15 root root 4096 Feb 16 2023 /var
Then, it’s the Dolphin version currently installed on your system –
The reinstallation has helped, thank you.
Solved?
Or, has the reinstallation now triggered some other issues?