91. You can append to a file instead of overwriting by using the_______________? A. > symbols B. >> symbols C. < symbols D. << symbols ✅ The correct answer is option B.
92. Which daemon is used for the Apache server ? A. apached B. httpd C. html D. shttp ✅ The correct answer is option B.
93. What command is used with vi editor to search a pattern in the forward direction ? A. ?? B. // C. ? D. / ✅ The correct answer is option D.
94. What command is used to set user and group quotas ? A. /sbin/usrquota B. /sbin/edquota C. /sbin/quotaon D. /sbin/quota ✅ The correct answer is option B.
95. Which command sends the word count of the file infile to the newfile_______________? A. wc infile >newfile B. wc newfile C. wc infile – newfile D. wc infile | newfile ✅ The correct answer is option A.
96. Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files ? A. -l B. -d C. -r D. -b ✅ The correct answer is option A.
97. What does OSS stand for ? A. Open System Software B. Original Source Software C. Open Source Software D. Original System Server ✅ The correct answer is option C.
98. What command is used with vi editor to move forward to the end of a word ? A. c B. d C. b D. e ✅ The correct answer is option D.
99. The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is_______________? A. 0 B. 755 C. 744 D. 555 ✅ The correct answer is option B.
100. RPM____________________? A. stands for Red Hat Package Manager B. stands for Red Hat Package Manager C. is used to install, uninstall, and manage packages D. is used to keep track of the users ✅ The correct answer is option A.