You may of come across this error like us when running the command rm -rf *, fortunately there is a workaround that should help:-

 Try the following which is faster:

find . -type f -delete

Помог ли вам данный ответ? 0 Пользователи нашли это полезным (0 голосов)