When I try rm -rf
on a directory which has a lot of subdirectories and/or files and which is mounted with SSHFS, then I takes a while to execute.
Is it normal ?
I would like to know how rm -rf
works internally, at the Files System level.
Does it only remove the directory, or does it go through all directory/files ? That would explain why it so slow...