I use Nextcloud 27 (on debian 11 server), and one of my users made a big mistake by uploading files in his space whose name starts with dot.
Of course, he no longer sees these files in his space and the system tells him that he has 3 hidden files he can’t delete.
I was thinking of simply deleting these files with an rm command in his space via an ssh connection on the nextcloud server, but it doesn’t seem to work.
What is the correct method, and command, as admin, to delete a file via ssh on user space on the nextcloud server?