subdirectory
A subdirectory is a directory that resides inside another directory. It is part of a hierarchical file system and is often referred to as a child directory, with its containing directory being the parent. Subdirectories can themselves contain more subdirectories, forming a tree structure.
Paths identify subdirectories. An absolute path begins at the root of the file system, for example /home/alice/projects
In web hosting, a subdirectory of the site root corresponds to a nested folder on the server
Creation and management. Subdirectories are created and deleted with system commands such as mkdir (and its
Notes. The term subdirectory is widely used; subfolder is common in graphical interfaces. When writing software