I just want to make sure:
rm -r * /mnt/folder1
This deletes folder1 and all files and folders in the directory that I am actually in?
I just want to make sure:
rm -r * /mnt/folder1
This deletes folder1 and all files and folders in the directory that I am actually in?
The command will remove all files and directories from the current directory and will also remove the
/mnt/folder1
directory.