https://bugs.kde.org/show_bug.cgi?id=408248
--- Comment #4 from patrick.pie...@uni-hamburg.de --- First, I tried to rename the folder back to being visible by deleting the point in the beginning of the folder name. Hoping this would already solve the issue. Hoever, I was unable to delete the folder in the terminal: //u241259@mlogin103:/mnt/lustre01/work/uo1075/u241259/u241259/Precip/5Layer/DI/Ensemble/Deviation_Paper_plots% rm -r BB// //rm: descend into directory `BB'? y// //rm: remove directory `BB'? y// //rm: cannot remove `BB': Permission denied// Then I checked the permissions before changing them: //u241259@mlogin103:/mnt/lustre01/work/uo1075/u241259/u241259/Precip/5Layer/DI/Ensemble/Deviation_Paper_plots% ls -al// //total 144// //drwxr-sr-x 3 u241259 uo1075 28672 Jun 3 12:13 .// //drwxr-sr-x 9 u241259 uo1075 110592 Jun 3 15:24 ..// //d-wx--s--x 2 u241259 uo1075 4096 Jun 3 10:31 BB/ after changing them: chmod u+r BB I could delete the folder. -- You are receiving this mail because: You are watching all bug changes.