answersLogoWhite

0

What else can I help you with?

Related Questions

Is a structured outline of websites organized by topic and subtopic?

subject directory


Which directory implementation is mostly used in operating system?

Tree directory structure


What is root directory and how it is represented?

root directory is the top of the directory tree. it is \ on windows (or c:\ d:\ etc.) and / on unix/linux


What rhymes with directory?

(Ek-tree) ex-/street/telephone/ directory (French) Directory interjectory rectory refectory trajectory


What is the minimum number of domains required for an Active Directory tree?

3 as it is the minimum amount of domains in anything. I think this is for and Active Directory Tree !


What is the full form of NTDS.DIT?

New Technology directory information service .directory information tree


Which command would a user type on the command line to find out what directory in the directory tree he is currently in?

PWD


What has the author Margaret Oberc written?

Margaret Oberc has written: 'Tree structured methods for the proportional hazards model' 'Tree structured methods for proportional hazards model'


What are the advantages of active directory in comparison to other directory services?

hey active directory is always best. find more with Zosap - the best deep link submission company


What is the centralized directory database in the domain model SAM?

the centralized directory database in the domain model is NTDS.DIT(directory information tree) but for the local sstem not connected to domain is SAM


What is ntds.dit?

New technology directory service.directory information tree


Which Windows command will delete a directory as well as all its files and subdirectories?

RMDIR /S rmdir /? Removes (deletes) a directory. RMDIR [/S] [/Q] [drive:]path RD [/S] [/Q] [drive:]path /S Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree. /Q Quiet mode, do not ask if ok to remove a directory tree with /S