A big problem when deleting wrong directory
I have created a directory on the server with a leading space in the name. After clicking "delete" the following command was executed:
rm -R /home/www/temporary/ 33082019-A
This caused that all the contents of the parent directory were removed.
rm -R /home/www/temporary/ 33082019-A
This caused that all the contents of the parent directory were removed.