network permission
maintenance permission
supervisor permission
shell permission
第1题:
A. Remove the BIOS chip on the PC
B. Re-flash the BIOS
C. Run password cracking software on the users PC
D. Set the password clear jumper on the motherboard
第2题:
Which two are true?()
第3题:
在JSP中要使用user包中的User类,则以写法正确的是()。
第4题:
A technician deploys a computer in a public library and wants to give the ability for a user without an account to use the computer with limited permission. Which of the following accounts would the technician setup?()
第5题:
Which two statements about login classes correctly define their usage within the JUNOS software?()
第6题:
You are developing a class library that will open the network socket connections to computers on the network. You will deploy the class library to the global assembly cache and grant it full trust. You write the following code to ensure usage of the socket connections. SocketPermission permission = new SocketPermission(PermissionState.Unrestricted); permission.Assert(); Some of the applications that use the class library might not have the necessary permissions to open the network socket connections.You need to cancel the assertion. Which code segment should you use?()
第7题:
CodeAccessPermission.RevertAssert();
CodeAccessPermission.RevertDeny();
permission.Deny();
permission.PermitOnly();
第8题:
〈jsp:useBean id=user class=user.User scope=page/〉
〈jsp:useBean class=user.Use.class/〉
〈jsp:useBean name=user class=user.User/〉
〈jsp:useBeam id=user class=user import=user.*/〉
第9题:
Power Users
Users
Backup Users
Guest
第10题:
Users can be members of multiple login classes.
Login classes define authorization parameters for a user.
There are five system-defined login classes.
Login class permission flags can be overridden for certain commands.
第11题:
system permission
view-configuration permission
network permission
super-user permission
第12题:
DELETE
CONTROL
DROP DATABASE
ALTER ANY DATASPACE
第13题:
A.chlogin -a log_name=10
B.chdev -l sys0 -a max_logname=10
C.chusr extended_logname=true [userid]
D.chuser login_name=10 extended_logname=true [userid]
第14题:
Which two statements are true of login classes?()
第15题:
A user has forgotten their BIOS password on their computer. Which of the following would atechnician use to allow the user access to their PC?()
第16题:
Which command will allow the creation of a10-character login user name?()
第17题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two SQL Server 2008 instance. The two instances are respectively named InstanceA and InstanceB. There is a database named Dworks on InstanceA. You move the Dworks database to InstanceB. A user use a SQL Server login named Mary to access the database on InstanceA with the password "Tk@87#34". On InstanceB, you create the same SQL Server login. The user tries to use the SQL Server login Mark to access the Dworks database on InstanceB. But the user gets an error message, according to the indication of the message, the access to the Dworks database has been denied. You must make sure that the user can access the Dworks database on InstanceB successfully. So on InstanceB, which Transact-SQL statements should you execute?()
第18题:
Guest user account
Limited user account
Power user account
Administrator user account
第19题:
network permission
maintenance permission
supervisor permission
shell permission
第20题:
Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents permission to your user account and to Stephen’s user account.
Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents and Allow - Manage Printers permissions to your user account and to Stephen’s user account.
Grant Allow - Manage Documents permission to the DTAdmins group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account.
Grant Allow - Print permission to the DTAdmins group. Remove Allow - Manage Documents permission from the Creator Owner group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account.
第21题:
USE AdventureWorks;ALTER USER Mary WITH LOGIN = Mary;
USE AdventureWorks;ALTER LOGIN Mary ENABLE;
USE AdventureWorks;ALTER LOGIN Mary WITH PASSWORD = Tk@87#34 UNLOCK;
USE AdventureWorks;ALTER LOGIN Mary WITH DEFAULT_DATABASE = AdventureWorks;
第22题:
Copy the .acw file to the c;/documents/setting/default user folder
Save the accessibility option to the floppy disk and change the permission to allow full control of the file
Resume the setting for the option by using utility manager, then copy the file to Peter’s local profile folder
Change the permission of the .acw file in the folder to allow access for Peter’s user account.
第23题:
For the CompanyFiles1 shared folder, grant the Everyone group Allow – Full Control permission.
For the CompanyFiles1 shared folder, grant the Marketing global group Allow – Read permission.
For the CompanyFiles1 shared folder, grant the Sales global group Allow – Change permission.
For the C:/CompanyFiles1 folder, grant the Marketing global group Allow – Read permission.
For the C:/CompanyFiles1 folder, grant the Sales global group Allow – Modify permission.
For the C:/CompanyFiles1 folder, grant the Marketing global group Allow – Write permission
第24题:
A different login class must be configured for each user.
Individual commands can be explicitly allowed or denied.
A user must be assigned to one of the default login classes.
Each login class is associated with one or more permissions flags.