Friday, August 9, 2013
IOS Tip: %Error deleting flash0:xxxx (Can't delete a directory that has files in it)
Have you seen this error before? Cisco IOS doesn't allow deletion of directories which contain sub-directories/files. This won't work with "delete" or "rmdir" command.
2951-router#delete /force flash0:CME9.1.0GUI
%Error deleting flash0:CME9.1.0GUI (Can't delete a directory that has files in it)
To make it working, you need to use "/recursive" keyword with "delete" command. It will start deleting using bottom-top approach from most deeper file in reverse direction..
2951-router#delete /force /recursive flash0:CME9.1.0GUI
Subscribe to:
Post Comments (Atom)
DNS Performance Troubleshooting
When you are troubleshooting internet performance, there are different parts of the connection should be verified: · DNS Pe...
-
From FMC CLI, verify ISE integration status using the command root@vFPMC:/etc/rc.d# cat /var/sf/run/adi-health $status = { 'ADI...
-
If you missed enabling SSH access during the initial setup of ISE, you can enable it using console by pasting the command service sshd ena...
-
Why do we need it? During encryption, additional overhead will be added to the packets made by new headers and features. This means ...
Hi
ReplyDeletethank you for very useful blog .
i have question
We have need call duration limit on CME for ISDN or H323 . can any IOS command or script or EEM support this feature ?
Thank you!!!! i was in the process of deleting the files on our UC560 one at a time....
ReplyDeleteF*$# THAT! :) Saved us so much time. Thank you Mohammed Al Baqari :)