Cisco Systems OL-29225-01 Film Camera User Manual


 
20-4
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter 20 Managing Firmware and Configurations
Working with the Flash File System
Displaying Information About Files on a File System
You can view a list of the contents of a file system before manipulating its contents. For example, before
copying a new configuration file to Flash memory, you might want to verify that the file system does not
already contain a configuration file with the same name. Similarly, before copying a Flash configuration
file to another location, you might want to verify its filename for use in another command.
To display information about files on a file system, use one of the privileged EXEC commands in
Table 20-2.
Changing Directories and Displaying the Working Directory
Beginning in privileged EXEC mode, follow these steps to change directories and display the working
directory.
Creating and Removing Directories
Beginning in privileged EXEC mode, follow these steps to create and remove a directory:
Table 20-2 Commands for Displaying Information About Files
Command Description
dir [/all] [filesystem:][filename] Display a list of files on a file system.
show file systems Display more information about each of the files on a file system.
show file information file-url Display information about a specific file.
show file descriptors Display a list of open file descriptors. File descriptors are the internal representations
of open files. You can use this command to see if another user has a file open.
Command Purpose
Step 1
dir filesystem: Display the directories on the specified file system.
For filesystem:, use flash: for the system board Flash device.
Step 2
cd directory_name Change to the directory of interest.
Step 3
pwd Display the working directory.
Command Purpose
Step 1
dir filesystem: Display the directories on the specified file system.
For filesystem:, use flash: for the system board Flash device.
Step 2
mkdir directory_name Create a new directory.
Directory names are case sensitive.
Directory names are limited to 45 characters between the slashes (/); the name
cannot contain control characters, spaces, deletes, slashes, quotes, semicolons,
or colons.
Step 3
dir filesystem: Verify your entry.