Linux
What command is used to assign only read permission to all three categories of the file'letter'?

chmod u + r, g + r, o - x letter
chmod ugo = r letter
chmod go + r letter
chmod a - rw letter

ANSWER DOWNLOAD EXAMIANS APP

Linux
LILO

is the Linux boot loader
is a tool used to boot the Kernel on x86 hardware
stands for Linux loader
All of the listed here

ANSWER DOWNLOAD EXAMIANS APP