Hi, I was trying to delete all content from a folder which was inside a mounted device (mnt/data/downloads) and navigated to that folder and ran rm -rf * and immediately remembered that this could be the infamous command and cancelled it after like 5 seconds.
Everything seem to be working however I’m afraid I could have deleted any crucial files. Does this command run at root level or did it ran inside the folder?