241. What command do you use to add routes to a Linux router ? September 13, 2025 by Admin A. addroute B. route C. netstat D. net ✅ The correct answer is option B.
242. What command do you use to create Linux file systems ? September 13, 2025 by Admin A. fdisk B. mkfs C. fsck D. mount ✅ The correct answer is option B.
243. Which of the following tool allows you to change your default X Window desktop ? September 13, 2025 by Admin A. switchdesk B. intrc C. xinitre D. Xchange ✅ The correct answer is option A.
244. What command is not used to list the files chap01, chap02 and chap04 ? September 13, 2025 by Admin A. ls chap* B. ls chap[124] C. ls – x chap0[124] D. ls chap0[124] ✅ The correct answer is option B.
245. What X-based tool is available for configuring the X Window system ? September 13, 2025 by Admin A. XConfigurator B. XF86Setup C. xf86config D. All of the above ✅ The correct answer is option B.
246. What command is used with vi editor to replace text from cursor to right______________? September 13, 2025 by Admin A. S B. s C. R D. r ✅ The correct answer is option A.
247. Which command is used to remove the read permission of the file ‘note’ from both the group and others ? September 13, 2025 by Admin A. chmod go+r note B. chmod go+rw note C. chmod go-x note D. chmod go-r note ✅ The correct answer is option D.
248. In vi editor, forward search is performed using the command? September 13, 2025 by Admin A. :pat B. ?pat C. /pat D. All of the above ✅ The correct answer is option C.
249. The chmod ugo+rw note command can be represented in octal notation as_____________? September 13, 2025 by Admin A. chmod 555 note B. chmod 666 note C. chmod 444 note D. chmod 333 note ✅ The correct answer is option B.
250. Which command is used to copy a file wb with the same name from the programs directory to the misc directory ? September 13, 2025 by Admin A. copy programs/wb misc/wb B. cp programs/wb misc C. tar programs/wb misc/wb D. copy a:programs/wb b:misc/wb ✅ The correct answer is option B.