Linux What command is used with vi editor to replace text from cursor to right S s r R S s r R ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to save file and remain in the editing mode? x None of the listed here :w :q x None of the listed here :w :q ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others? chmod go + x, u - x letter chmod go + r, u + x letter chmod u - x, go + r letter chmod g - x, uo + r letter chmod go + x, u - x letter chmod go + r, u + x letter chmod u - x, go + r letter chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following is not a filter command? sort grep cat wc sort grep cat wc ANSWER DOWNLOAD EXAMIANS APP
Linux After you have compiled your kernel, what do you have to edit to boot your new kernel image? /etc/lilo.conf None of the listed here /boot/lilo.conf /etc/conf.modules /etc/lilo.conf None of the listed here /boot/lilo.conf /etc/conf.modules ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to count just the number of characters in a file? wc - 1 wc - c wc - r wc - w wc - 1 wc - c wc - r wc - w ANSWER DOWNLOAD EXAMIANS APP