Application
File
Directory services
第1题:
Which of the following is a key component of a directory services server?()
第2题:
Which of the following server types stores users’ home directory folders?()
第3题:
An operator wants to move all files inside the directory /home/operator to the current directory. Which of the following commands will complete the task?()
第4题:
An application owner wants to grant write permission to all users for all the files and directories in the application directory. Which of the following is the correct command?()
第5题:
Your company has a main office and 40 branch offices. Each branch office is configured as a separate Active Directory site that has a dedicated read-only domain controller (RODC). An RODC server is stolen from one of the branch offices. You need to identify the user accounts that were cached on the stolen RODC server. Which utility should you use()
第6题:
Your network consists of a single Active Directory domain named contoso.com. The functional level of the domain is Windows Server 2003. You have a file server named Server1 that is used to store users’ home folders and profiles. On Server1, you create a folder named D:/data/ and share the folder as UserData. You create a new user account named TemplateUser in Active Directory. You need to ensure that each user account you create by copying TemplateUser is configured to have a unique home folder stored in the UserData share. Which home folder path should you specify? ()
第7题:
mount host:/usr/local/bin /home/bin
mount client:/home/bin /usr/local/bin
mount -o client:/usr/local/bin /home/bin
mount -n host:/home/bin /usr/local/bin
第8题:
D:///data/%homedrive%
D:///data/%username%
//server1/userdata/%homedrive%
//server1/userdata/%username%
第9题:
Least privilege
Default permissions
Local shares
Inheritance
第10题:
VPN
RIS
LDAP
RAS
第11题:
Run the pubprn.vbs script.
Run dism.exe.
Run the Set-ADObject cmdlet.
Modify the Print Server properties.
第12题:
C:/Profiles
C:/User Profiles
C:/Users/Profiles
C:/Users
第13题:
An administrator creates a new directory then shares it on the Windows server. The administrator sets the permissions for everyone to "Modify" but users report they are unable to create or delete documents. Which of the following is the cause?()
第14题:
Which of the following is the default directory for User Profiles in Windows 7?()
第15题:
What is the location for the application server scripts? ()
第16题:
View the Exhibit.You executed the following command to perform a backup of the USERS tablespace: RMAN> BACKUP TABLESPACE USERS; Which three types of files are backed up? ()
第17题:
Your network contains a server named Server1. The Active Directory Rights Management Services (AD RMS) server role is installed on Server1. An administrator changes the password of the user account that is used by AD RMS. You need to update AD RMS to use the new password. Which console should you use()
第18题:
You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The server hosts an Internet-accessible Web site that has a virtual directory named /orders/. A Web server certificate is installed and an SSL listener has been configured for the Web site. The /orders/ virtual directory must meet the following company policy requirements: Be accessible to authenticated users only. Allow authentication types to support all browsers. Encrypt all authentication traffic by using HTTPS. All other directories of the Web site must be accessible to anonymous users and be available withoutSSL. You need to configure the /orders/ virtual directory to meet the company policy requirements. Which two actions should you perform?()
第19题:
Application
File
Directory services
第20题:
mount host:/home/bin /usr/local/bin
mount client:/home/bin /usr/local/bin
mount -n host /usr/local/bin /home/bin
mount -o host:/usr/local/bin /home/bin
第21题:
Active Directory Rights Management Services
Active Directory Users and Computers
Component Services
Services
第22题:
wastools directory in IBM Tivoli Workload Scheduler bin directory
wastools directory in IBM Tivoli Workload Automation home directory
appserver directory in IBM Tivoli Workload Scheduler parent directory
appserver directory in IBM Tivoli Workload Automation home directory
第23题:
C:/Users
C:/User Profiles
C:/Documents and Settings
C:/Users/Profiles
第24题:
mv /home/operator .
mv /home/operator/* .
mv /home/operator ../..
mv /home/operator/all ../home/operator