An operator must check the status of print queues on a regul

题目
单选题
An operator must check the status of print queues on a regular basis. Which of the following commands can be used to check on all the print queues?()
A

lslp -a

B

qchk -A

C

enq -s ALL

D

lpstat -p ALL

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

有如下程序: Private Sub Form Click() Dim Check,Counter Check=True Counter=0 Do Do While Counter<20 Counter=Counter+1 If Counter=10 Then Check=False Exit Do End If Loop Loop Until Check=False Print Counter,Check End Sub 程序运行后,单击窗体,输出结果为

A.15 0

B.20 -1

C.10 Tree

D.10 False


正确答案:D
解析:本题考查嵌套的Do…Loop循环。Do循环嵌套的规则与For-Next循环相同,按照先进后出、后进先出的原则,不能交叉。考生需判断程序在何时跳出循环,内层循环是在Counter20时,对其加1,但要注意循环内的条件语句,当Counter=10时,跳出内层循环,同时将Check设为False。外层循环的循环条件是Check=False,所以当程序跳出内层循环时,外层循环的条件也满足了,故同时也跳出循环,此时Counter=10,Check为False,选项D正确。

第2题:

How do you verify connectivity between the default gateway and a WX device?()

A. Check the WX device remote interface and verify that the status is up.

B. From the WX device, ping the default gateway to make sure it is reachable.

C. In WebView, check the service tunnel status under Compression > Basic > Endpoints.

D. In WebView, check the remote routes under Compression > Advanced > Remote Routes.


参考答案:B

第3题:

下列程序段的输出结果为______。

Check = True: a = 1

Do

a = a + 1

Check = Check + 1

Loop While a < 10

print Check


正确答案:8
8

第4题:

The remainder must be paid by the end of June.

A: rest
B:loan
C:cash
D:check

答案:A
解析:
余款必须在六月底前支付。rest“休息,其余的人(物)",例如:Take what you want and throw the rest away.把你要的拿走,剩下的扔掉。loan"货款,借款”,例如:lam only asking for a loan and then I'll pay you back.我只要求借款,日后一定奉还。cash“现金”, check“支票”,例如:I have no cash on me , may I pay by cheque?我没带现款,可以付支票吗?只有rest意思上和remainder最接近。

第5题:

According to the passage, when you get a wrong number in making a long-distance call, you should______.

A. check your number and call again

B. tell the operator what has happened

C. Ask the operator to put you through

D. Ask the operator what has happened


正确答案:B

39.答案为B  第二段...call the operator and explain what happened可知拨错号码后可向接线员解释,以免收费。

第6题:

publicstaticvoidtest(Stringstr){intcheck=4;if(check=str.length()){System.out.print(str.charAt(check-=1)+,);}else{System.out.print(str.charAt(0)+,);}}andtheinvocation:test(”four”);test(”tee”);test(”to”);Whatistheresult?()

A.r,t,t,

B.r,e,o,

C.Compilationfails.

D.Anexceptionisthrownatruntime.


参考答案:C

第7题:

You are the administrator of the homeoffice.local domain. You want to create a shared printer for the company's executives so that they do not have to wait for their documents to print when the default printer's queue contains a large number of documents.

You configure the new high-priority printer and want to set permissions for the groups shown in the exhibit. Note: The default settings have been cleared.

You select the check box to allow Print permission for the Executives group. You want only the Administrators, Print Operators, Server Operators, and Executives group to be able to print to the printer. What can you do? (Select all that apply).

A.Remove the Everyone group.

B.Select the check box to deny Print permission for the Everyone group.

C.Select the check box to deny Manage Documents permission for Everyone group.

D.Select all Deny check boxes for the Everyone group.

E.Clear all check boxes for Everyone group.


正确答案:AE
解析:Explanation: By default the Everyone group, to which all users are automatically added, has access to printer. Therefore, by removing the Everyone group, only the groups that have been explicitly been given permission to the printer would be able to use the printer. The same could be achieved by removing all permissions from the Everyone group.
Incorrect answers:
B: When a user has conflicting permissions to network resources as a result to his or her membership to one or more groups, the most restrictive permission is applied. However, a deny permission overrides all other permissions. All users are automatically added to the Everyone group therefore the deny print permission applied to the Everyone group will be inherited by all users and would override their other permissions to the printer. All users would then not be able to print.

C: When a user has conflicting permissions to network resources as a result to his or her membership to one or more groups, the most restrictive permission is applied. However, a deny permission overrides all other permissions. All users are automatically added to the Everyone group therefore the deny manage documents permission applied to the Everyone group will be inherited by all users and would override their other manage documents permissions to the printer. This will however not prevent all users from be able to use the printer.

D: When a user has conflicting permissions to network resources as a result to his or her membership to one or more groups, the most restrictive permission is applied. However, a deny permission overrides all other permissions. All users are automatically added to the Everyone group therefore the deny permissions are applied to the Everyone group will be inherited by all users and would override their other permissions to the printer. All users would then not have access to the printer.

第8题:

All people must go through security check, _____ airport staff.

A: to include

B: including

C: includes

D: included


参考答案:B

第9题:

Which maintenance functions can a GMDSS Radio Operator perform ________.

A.The Operator can make fine internal adjustments to the transmitter as long as the output power does not change by more than one percent

B.The Operator is responsible for ensuring that INMARSAT antennas are free of built-up soot and clear of obstacles

C.All levels of maintenance must be performed by a licensed GMDSS Radio Maintainer

D.The Operator may install an EPROM in order to ensure that the equipment continues to operate within legal constraints


正确答案:B

第10题:

You have configured a Cisco Catalyst switch to perform Layer 3 routing via an SVI and have  assigned that interface to VLAN 20. To check the status of the SVI, you issue the show interfaces vlan 20 command at the CLI prompt. You see from the output display that the interface is in an "up/up" state.  What must be true in an SVI configuration to bring the VLAN and line protocol up?()

  • A、The port must be physically connected to another Layer 3 device.
  • B、At least one port in VLAN 20 must be active.
  • C、The Layer 3 routing protocol must be operational and receiving routing updates from neighboring peer devices.
  • D、Because this is a virtual interface, the operational status will always be in an "up/up" state.

正确答案:B

更多相关问题