IOS CLI command to create a directory on a flash file system:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 05:57 AM - edited 03-03-2019 02:48 AM
The command mkdir does not exist on a cisco2800 router. Any way to create a directory via CLI ?
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 06:22 AM
According to this page the mkdir command is still the correct command for the 2800. See if this helps.
http://www.cisco.com/en/US/products/ps5854/prod_configuration_guide09186a00802c35d3.html
Good luck
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 10:45 PM
I am using a Cisco1760 with IOS 12.3(11)T2 and the mkdir command does not exist:
Router#mkdir flash:test/
^
% Invalid input detected at '^' marker.
also with a Cisco2800 IOS 12.4(4)XC it does NOT work.
Any hint ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2017 10:33 PM
Hi grodoni / all,
You can try changing the slash order.
Router#mkdir flash:/test
Best regards.
