answersLogoWhite

0

A directory could be named "My Documents", "pictures", or even "www". A directory may have files and more directories under it. A file could be named game.exe, which could be a game application; bird.jpg, which could be a picture of a bird.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science
Related Questions

How do I view the contents of C drive?

You can use the Microsoft explorer program to view directories, subdirectories and files that you have security access to view. Their are also file manager and file viewer utilities such as midnight commander that work similarly to explorer but have added capabilities including the ability to view two sets of files or directories at the same time. Some even allow selecting and comparing two files or two directories to see how two files with the same name are different.You can also use the command prompt to list and look at files and directories.


Function of a directory in a computer?

In the context of a computer, a directory (also known as a folder) is a fundamental organizational structure used to store and manage files. Directories play a crucial role in managing the file system and providing a hierarchical structure for organizing and locating files and other directories. Here are some functions of directories: File Organization: Directories provide a way to organize files into logical groups. They allow you to categorize and store related files together, making it easier to navigate and locate specific files when needed. For example, you can have separate directories for documents, images, videos, or specific projects. Hierarchical Structure: Directories form a hierarchical structure where directories can be nested within other directories, creating a tree-like organization. This structure helps in maintaining a logical arrangement of files, with parent directories containing subdirectories and files. Path Navigation: Directories provide a means to navigate the file system. Each directory has a unique path that describes its location within the hierarchy. By following the path, you can easily move between directories to access the desired files. File System Management: Directories are essential for managing the file system. They allow for efficient storage and retrieval of files, preventing clutter and ensuring files are stored in an organized manner. Directories can also help in managing access permissions and security by defining who can read, write, or execute files within them. File Identification: Directories provide a way to uniquely identify files by their names and locations within the directory structure. This allows for easy referencing and retrieval of files based on their specific names or paths. File Operations: Directories enable various file operations, such as creating, renaming, moving, or deleting files. These operations can be performed on individual files within a directory or across multiple directories, providing flexibility in managing files. File Sharing and Collaboration: Directories can be used to facilitate file sharing and collaboration among users. By placing files in shared directories, multiple users can access and work on the same files, promoting teamwork and efficient collaboration. Overall, directories are essential components of the file system, providing structure, organization, and efficient management of files on a computer. They enable easy navigation, file identification, and various file operations, contributing to a well-organized and functional computing environment.


What are the functions of directories?

It holds system files and databases.


What are directories and how do they work when you use them to obtain information?

Directories are folders that store files and other directories. When you use directories to obtain information, you navigate through them by using commands like "cd" (change directory) to move to different directories. You can list files in a directory using commands like "ls" (list) to view the contents.


What are some examples of subject directory?

Some examples of subject directories include Yahoo Directory, DMOZ (Open Directory Project), and Best of the Web. These directories categorize websites based on topical subjects, making it easier for users to find relevant information.


What is the command to list all files and sub directories in a directory?

DIR


Which server allows directories to be shared between windows systems?

If by directories you mean files most likely clients of some sort, use drop box. Personally i have used this program and enjoy it very much. You can even get it on your phone and transfer files to your computer (vise versa). Hope this helped! :D


How to Delete directories and files in C?

OS-dependent, but often unlink and rmdir.


What are directory hierarchies?

HP-UX directories can contain files and other directories. Therefore, a directory usually has a parent directory "above" and may also have subdirectories, or child directories "below" within it. Similarly, each subdirectory can contain other files and also can have more subdirectories. Because they are hierarchically organized, directories provide a logical way to organize files.With the help of directories, you can organize your files into manageable, logically related groups. For example, if you have several files for each of several different projects, you can create a directory for each project and store all the files for each project in the appropriate directoryThe structure of an HP-UX directory resembles an inverted tree


Which type of file access by multiple users from multiple directories?

Hard type files


What is e directory?

A directory on a computer is a file/disk organization concept. You create directories to logically group files. You can create a hierarchy of directories to organize a large disk.


How the hierarchy of a series of directories branching in a user system starts in Linux?

In Linux, the hierarchy of directories begins at the root directory, denoted by a forward slash (/). All other directories and files branch out from this root, forming a tree-like structure. Common top-level directories include /home for user home directories, /etc for configuration files, and /usr for user applications and utilities. This organized structure allows for efficient file management and access within the system.