Which of the following command is used to see the services running in NFS server ?
(A) rpcinfo
(B) serverinfo
(C) NFSinfo
(D) infserv
What type of addressing format is used by Class A network ?
(A) Net.Net.Net.Node
(B) Net.Net.Node.Node
(C) Net.Node.Net.Node
(D) Net.Nod
(D) Nod
What command is used to assign executable permission to all of the files named “report” ?
(A) chmod ugo + x report
(B) chmod u + x report
(C) chmod ugo + rw report
(D) chmod ugo + r report
The actual work process of ASP.NET is taken care by _____________?
(A) aspnet_wp.exe
(B) aspnet_isapi.dll
(C) inetinfo.exe
(D) None of these
By default, code written with the Debug class is stripped out of release builds?
(A) Yes
(B) No
(C) May be
(D) Confuse
When is the user controls code is executed______________?
(A) After the webform loads
(B) Before Page_init event of web form
(C) After the page_init event of webform
(D) None of the above
How do you trace the application_End event on runtime ?
(A) By Debugging
(B) Can not be done
(C) By Tracing
(D) By Stopping