answersLogoWhite

0

What else can I help you with?

Related Questions

Is a valid statement regarding the task of managing policies in ePO?

When you assign a new policy to a particular group of the Directory, then all systems under that group with inheritance intact will inherit the new policy.


What is a valid statement regarding the task of managing policies in ePO?

When you assign a new policy to a particular group of the Directory, then all systems under that group with inheritance intact will inherit the new policy.


Does a son inherit his fathers title lord?

In some cultures or systems of nobility, a son may inherit his father's title of lord. However, it ultimately depends on the specific laws and customs governing inheritance and titles in that particular society.


Can active directory be installed on systems tHAT are not Microsoft?

Active Directory cannot be installed on systems that aren't Microsoft. However, you can have Active Directory functionality on non-Microsoft systems by using third party software such as Samba, which runs in a Unix/Linux environment and provides the Active Directory functionality.


What is the root directory of a hard disk also known as?

In hierarchical file systems such as Windows, the root directory (which really isn't a directory at all) is basically the starting point in the hierarchy. In most Windows systems this is known as C:\.


What GPO setting option is used for a particular user base on the location in Active Directory of the user's computer?

GPOs in Active Directory are configured to be applied over Computer Systems (Computer Configuration)and Users (User Configuration) using those Computers.USER Configuration in Group Policy Editor is used for controlling User Environment.


What character is used to separate directory names on UNIX systems?

Forward slash ( /)


What command creates a sub directory under a directory?

Mkdir command creates a subdirectory under a directory (MD creates a directory) . The command Chdir changes the current Default directory(CD changes the current directory). The Rmdir removes the subdirectory(RD removes a directory).


What does the LDAP data interchange format allow you to do?

transfer data between LDAP-directory servers, apply changes across an LDAP directory and import data from legacy systems


In a PC-compatible FAT-based system each directory and sub-directory can hold up to entries?

Basically, the number of entries is (conceptually) unlimited.There is, however, a limit for entries in the root directory, which is 32767 files for FAT16 file systems.


Where the root directory should be located in LINUX?

In some operating systems, such as Microsoft Windows systems, there is no single root directory. Rather, there is a separate root directory for each Storage device and partition (i.e., logically independent section) of the hard disk drive HDD. A: for the floppy drive C: for 1st partitionThe root directory is on UNIX OS that contains all other directories and files on the system and which is designated by a forward slash ( / ) on HDD


What is system call opendir?

The system call opendir() is used in C programming to open a directory stream associated with the given directory name. It returns a pointer to the directory stream which can be used to read successive entries from the directory. This function is commonly used when working with directories in Unix-based operating systems.