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 投票)