Linux What command is used to sort the lines of data in a file in alphabetical order? sort - r st sh sort sort - r st sh sort ANSWER DOWNLOAD EXAMIANS APP
Linux LILO stands for Linux loader is the Linux boot loader All of the listed here is a tool used to boot the Kernel on x86 hardware stands for Linux loader is the Linux boot loader All of the listed here is a tool used to boot the Kernel on x86 hardware 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 + r, u + x letter chmod go + x, u - x letter chmod u - x, go + r letter chmod g - x, uo + r letter chmod go + r, u + x letter chmod go + x, u - x letter chmod u - x, go + r letter chmod g - x, uo + r letter ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to replace text from cursor to right r R s S r R s S ANSWER DOWNLOAD EXAMIANS APP
Linux To build a modularized kernel, the kernel-headers and kernel-source packages must first be installed. Where will you find the kernel-headers and kernel-source? None of the listed here /usr/local /usr/src/linux /usr/bin None of the listed here /usr/local /usr/src/linux /usr/bin ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? cat grep head tail cat grep head tail ANSWER DOWNLOAD EXAMIANS APP