answersLogoWhite

0


Best Answer

There's no particular requirements on how deep a directory needs to be or should be. The directory can be any depth, subject to file system limitations.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How deep should a file directory be on a Computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is a serial file?

A serial file is a type of computer file in which the data has been written to the file in sequence (like a phone directory). Usually such files have to be read from the beginning to find a particular record.


Can a folder contain a directory and a file?

A folder is a directory. Folders can be inside other folders, and so can files...


What is the directory name on computers?

C: is the main directory.In computing, a directory, catalog, folderor drawer is an entity in a file system, which contains a group of files and/or other directories. A typical file system may contain thousands (or even hundreds of thousands) of directories. Files are kept organized by storing related files in the same directory. A directory contained inside another directory is called a subdirectory of that directory. Together, the directories form a hierarchy, or tree structure.


What is mean by file in c?

A file in C means a file found in your computer's C Drive. Start > My Computer > C Drive


16 read rfc 959 for ftp list all of the clients commands that are supported by the rfc?

FTP Client CommandsABOR Terminates previous command. ACCT Specifies account (ignored). ALLO Allocates storage (vacuously). APPE Appends to a file. CDUP Changes to the parent directory of the current working directory. CWD Changes working directory. DELE Deletes a file. HELP Gives help information. LIST Gives list files in a directory (this FTP request is the same as the ls -lgA command). MKD Makes a directory. MDTM Shows last modification time of file. MODE Specifies data transfer mode. NLST Gives a name list of files in directory (this FTP request is the same as the ls command). NOOP Does nothing. PASS Specifies a password. PASV Prepares for server-to-server transfers. PORT Specifies a data connection port. PWD Prints the current working directory. QUIT Terminates session. RETR Retrieves a file. RMD Removes a directory. RNFR Specifies rename-from file name. RNTO Specifies rename-to file name. SITE The following nonstandard or UNIX-specific commands are sup- ported by the SITE request: UMASK Changes umask (SITE UMASK 002). IDLE Sets idler time (SITE IDLE 60). CHMOD Changes mode of a file (SITE CHMOD 755 FileName). HELP Gives help information (SITE HELP). SIZE Returns size of current file. STAT Returns the status of the server. STOR Stores a file. STOU Stores a file using a unique file name. STRU Specifies the structure of data transfer as a file struc- ture. SYST Shows operating system type of server system. TYPE Specifies data transfer type with the Type parameter. USER Specifies user name. XCUP Changes the parent directory of the current working directo- ry (not normally used). XCWD Changes current directory (not normally used). XMKD Creates a directory (not normally used). XPWD Prints the current working directory (not normally used). XRMD Removes a directory (not normally used).

Related questions

What is the a directory?

A directory in a computer is a section of the hard drive that contains files. A directory is important for file storage and easy accessibility for later use.


What is a directory computer science?

A directory is a location for storing files on your computer. Directories are found in a hierarchical file system such asDOS, OS/2, Unix, etc. When referring to a directory, a user commonly indicates the name of the directory.


What is the name of the file that keeps associations between computer names IP addresses on the local computer?

directory


How do you instaler the program rtl120bpl?

To install the program rtl120bpl, you can download the necessary file from a reputable source online. Once downloaded, place the file in the appropriate directory specified by the program that requires it. Usually, it should be placed in the system folder or the same directory as the program that needs it.


How do you copy something to the Root directory?

if you are in the directory with the file you want to copy (for example file.txt) cp file.txt / should do it


What is the directory structure for the texts?

A directory structure for a computer hard drive is located in a text file. This will show how the files and programs are organised in a tree structure on that drive.


What is the Directory?

A directory is commonly called a "folder" - it is a file that has a list that redirects the computer to the actual location of the files that are in that list. It's used more of as a organizational tool.


In Unix what is the command for Displaying whether a file is a simple file or a directory?

Use the file type test: if [ -d $file ]; then echo $file is a directory elif [ -f $file ]; then echo $file is a file else echo $file is not a directory or a file fi


What does drwxrw-r-- in Linux mean?

This is a display of file permissions. In particular, it means:drwxrw-r-- - The specified object is a directory, not a filedrwxrw-r-- - The file / directory can be read by its ownerdrwxrw-r-- - The file / directory can be modified by its ownerdrwxrw-r-- - The file / directory can be executed as a binary by its ownerdrwxrw-r-- - The file / directory can be read by members of the specified groupdrwxrw-r-- - The file / directory can be modified by members of the specified group.drwxrw-r-- - The file / directory cannot be executed by members of the specified group.drwxrw-r-- - The file / directory can be read by others not in the group.drwxrw-r-- - The file / directory cannot be modified by others not in the group.drwxrw-r-- - The file / directory cannot be executed by others not in the group.


Put file in the same directory as my HTML file?

Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.


What is a serial file?

A serial file is a type of computer file in which the data has been written to the file in sequence (like a phone directory). Usually such files have to be read from the beginning to find a particular record.


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.