answersLogoWhite

0

What else can I help you with?

Related Questions

What is a mount point in Linux?

A mount point is a directory used to access a resource, such as an NFS share or block device. For instance, if I have a USB Flash drive, I can mount it and specify a mount point of /mnt/myflashdrive.


What command would be used to include a pre configured nfs share in the local directory structure?

mount


What command would be used to include a pre-configured NFS share in the local directory structure?

mount


Which is the command tool that can be used to create delete veiw and modify objects in active directory?

TO ADD OR CREATE Dsadd is a command-line tool that is built into Windows Server 2008. It is available if you have the Active Directory Domain Services (AD DS) server role installed. To use dsadd, you must run the dsadd command from an elevated command prompt. To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator. Dsadd computer:Adds a single computer to the directory Dsadd contact:Adds a single contact to the directory Dsadd group:Adds a single group to the directory. Dsadd ou:Adds a single organizational unit to the directory. Dsadd user:Adds a single user to the directory Dsadd quota:Adds a quota specification to a directory partition. TO MODIFY Dsmod is a command-line tool that is built into Windows Server 2008. It is available if you have the Active Directory Domain Services (AD DS) server role installed. To use dsmod, you must run the dsmod command from an elevated command prompt. To open an elevated command prompt, click Start, right-click Command Prompt, and then click Run as administrator. Dsmod computer:Modifies attributes of one or more existing computers in the directory. Dsmod contact:Modifies attributes of one or more existing contacts in the directory. Dsmod group:Modifies attributes of one or more existing groups in the directory. Dsmod ou:Modifies attributes of one or more existing organizational units (OUs) in the directory. Dsmod server:Modifies properties of a domain controller. Dsmod user:Modifies attributes of one or more existing users in the directory. Dsmod quota:Modifies attributes of one or more existing quota specifications in the directory. Dsmod partition:Modifies attributes of one or more existing partitions in the directory.


What is diamond point bits used that mount in Dremel for?

These are to drill in glass


The interface on the access point used to connect to the existing wired network is typically called what?

transmitter


What is the Linux command used to list the contents of a directory?

ls will list the contents of a directory.


What is the directory used for?

A directory is a holding place for multiple files and sub-directories. Are you asking about a specific directory?


What are web directories used for?

Web Directories are used as a directory on the International Web. A Web Directory is a directory that specializes in linking to other websites and grouping those links.


Which directory implementation is mostly used in operating system?

Tree directory structure


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.


What command is used to list the contents of a directory recursively in Unix?

ls -lR directory