931. Which of the following is the main Apache configuration file ?
A. /etc/apache.conf
B. /etc/httpd/config.ini
C. /etc/httpd/conf/httpd.conf
D. /etc/srm.conf

932. Which of the following command can you execute to count the number of lines in a file ?
A. lc
B. wc – l
C. cl
D. count

933. What TCP/IP protocol is used for remote terminal connection service ?
A. UDP
B. RARP
C. FTP
D. TELNET

934. In vi editor, forward search is performed using the command?
A. :pat
B. ?pat
C. /pat
D. All of the above

935. What port does squid listen, by default ?
A. 4322
B. 2314
C. 7334
D. 3128

936. What sign is used to erase or kill an entire line you have typed and start you are on a new line (but not display a new prompt) ?
A. !
B. $
C. #
D. @

937. Which command will be used with vi editor to replace text from cursor to right ?
A. r
B. R
C. s
D. S

938. What command is used with vi editor to append text at end of line ?
A. I
B. i
C. a
D. A

939. Which of the following commands is used to assign executable permission to the owner of the file named “note” ?
A. chmod g+x note
B. chmod u+w note
C. chmod u+x note
D. chmod ugo+x note

940. What command is used to count just the number of lines contained in a file ?
A. wc – r
B. wc – w
C. wc – c
D. wc – l

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU