answersLogoWhite

0

A subdirectory.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the command is used to remove directory in Linux?

Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.


Difference between directory and sub directory in dos?

A directory within an existing directory is called a sub directory.


What is anither name for current path?

Another name for current path is "present working directory" (PWD). It refers to the directory where a user is currently located within the file system.


What naming convention is in an active directory?

In Active Directory, the naming convention primarily follows the Domain Name System (DNS) format. This includes using fully qualified domain names (FQDNs) for domain objects, which typically consist of a domain name followed by a top-level domain (e.g., example.com). Additionally, Active Directory uses distinguished names (DNs) for objects, comprising the object's relative distinguished name (RDN) and its path within the directory hierarchy. This structure helps in uniquely identifying and locating objects within the directory.


What is the syntax of the mkdir command?

mkdir [name of directory you wat to make] [second directory] [third directory] [fourth directory]


What is the Active Directory component that contains a reference to all objects within Active Directory called?

The GLobal Catalogue has a reference to all objects within Active Directory. Its is know as GC


What is the lowest level of directory within Linux?

Its a Folder


What permission applied to a directory allows one to create and delete files within the directory?

Write permission (w)


What another name for directory?

Another name for a directory is a "folder." In computing, folders are used to organize files and other folders, similar to how directories organize files within a file system. Additionally, in certain contexts, such as contact management, directories can also be referred to as "address books."


What is the name of the Linux top level directory of the file system?

The /, or root directory.


In Linux what are three commands you can use to create a subdirectory?

1. The most straightforward way to create a create a subdirectory in the current directory is mkdir name where name is the name of the new directory. 2. Another way is to move a directory and its descendants from somewhere else: mv path name where path is an absolute or relative pathname for an existing directory hierarchy, and name is the directory name it will be given in the current directory. 3. Various utilities for unpacking archives may create directories as they execute; for example cpio, tar, unzip etc.


Which permission will allow you to execute touch command in a directory?

To execute the touch command in a directory, you need write permission on that directory. This permission allows you to create or modify files within the directory. Additionally, you also need execute permission on the directory itself to access it and perform operations within it. Without these permissions, you won't be able to create or change files using the touch command.