网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Which of the following commands will show the users that are logged on a system ?()

A. id

B. who

C. whois

D. lsuser


参考答案

更多 “ Which of the following commands will show the users that are logged on a system ?() A. idB. whoC. whoisD. lsuser ” 相关考题
考题 在C_Windows表单应用程序中,如何将一个对话框对象myDialog显示为模态对话框?() A.调用myDialog.Show();B.调用myDialog.ShowDialog();C.调用System.s.Dialog.Show(myDialog);D.调用System.s.Dialog.ShowDialog(myDialog);

考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 在C#_Windows表单应用程序中,如何将一个对话框对象myDialog显示为模态对话框?A. 调用myDialog.Show();B. 调用myDialog.ShowDialog ();C. 调用System.Forms.Dialog.Show(myDialog);D. 调用System.Forms.Dialog.Show Dialog (myDialog);

考题 Youhaveadatabasewiththefollowingtablespaces:SYSTEM,SYSAUX,UNDO,USERS,TEMP.YouwanttorollbackthedataintheUSERStablespacetothewayitlookedyesterday.Whichtablespacesdoyouneedtoperformapoint-in-timerestoreoperationoninordertocompletethistask?()A.SYSTEMB.SYSAUXC.UNDOD.USERSE.TEMPF.Thisrestoreisnotpossible

考题 设有下面的两个类定义: class AA{ void Show ( ) {System.out.println ("I Like Java"):} } class BB extends AA} void Show ( ) {System.out.println ("I like C++"); } } 则顺序执行如下语句后输出的结果为( )。 AA a; BB b; a.Show (); b.Show ();A.I Like Java I Like C++B.I Like C++ I Like JavaC.I Like Java I Like JavaD.I Like C++ I Like C++

考题 当已经连接到FTP服务器时,使用______可以看到所有FTP命令。A.Commands命令B.Show命令C.Quit命令D.Help命令

考题 Which of the following is the default location for user account files in Windows Vista?() A. C:\windows\System32B. C:\users\publicC. C:\usersD. C:\documents and settings

考题 使用snmptuil.exe 可以查看代理的 MiB对象,下列文本框内oid部分是( ).C:\ Users\Administrator> snmptuil get 192.168.1.31 public.1.3.6.1.2.1.1.3.0Variable=system.sysUpTime.0Value=TimeTicks 1268830A.192.168.1.31 B.1.3.6.1.2.1.1.3.0 C.system.sysUpTime.0 D.TimeTicks 1268803

考题 8、设有下面的一个类定义: class AA { static void show(){ System.out.println(“我喜欢Java!”); } } class BB { void show(){ System.out.println(“我喜欢C++!”); } } 若已经使用AA类创建对象a和BB类创建对象b,则下面哪一个方法调用是正确的?()A.show() b.show()B.AA.show() BB.show()C.AA.show() b.show()D.a.show() BB.show()

考题 【单选题】System.out对象中输出换行的方法是A.print()B.println()C.printf()D.show()