- Forums
- Linux
- Rm: Cannot Remove Directory
This Error Rm: Cannot Remove Directory Show When I Try To Remove Files I Dont Need Anymore [3284], Last Updated: Mon Jun 24, 2024
Lonlyone
Sat Jan 30, 2010
1 Comments
691 Visits
hi, i need some help
im a newby in linux i send this command to delete a script in my files:
rm /var/www/mywebs/web1/OSWallpaper_beta-1-5
im trying to delete the OSWallpaper_beta-1-5 but it gives me error message
rm: cannot remove directory /var/www/mywebs/web1/OSWallpaper_beta-1-5what can i do to solve this?
r = --recursive (remove directories and their contents recursively)
-f, --force (ignore nonexistent files, never prompt. so it wont ask you to delete each file one by one)
hope that helps
https://www.webune.com/forums/rm-cannot-remove-directory.html