Linux What command is used to assign executable permission to the owner of the file named "letter"? chmod ugo + x letter chmod u + x letter None of these chmod u + w letter chmod g + x letter chmod ugo + x letter chmod u + x letter None of these chmod u + w letter chmod g + x letter ANSWER DOWNLOAD EXAMIANS APP
Linux LILO stands for Linux loader is a tool used to boot the Kernel on x86 hardware All of the listed here is the Linux boot loader stands for Linux loader is a tool used to boot the Kernel on x86 hardware All of the listed here is the Linux boot loader 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 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 chmod go + x, u - x letter ANSWER DOWNLOAD EXAMIANS APP
Linux In which directory can you store system user default files used for creating user directories? /etc/skel /etc/default /etc/users None of these /usr/tmp /etc/skel /etc/default /etc/users None of these /usr/tmp ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to copy a file? cp cpio tar copy cp cpio tar copy ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to assign only read permission to all three categories of the file'letter'? chmod ugo = r letter chmod u + r, g + r, o - x letter chmod go + r letter chmod a - rw letter chmod ugo = r letter chmod u + r, g + r, o - x letter chmod go + r letter chmod a - rw letter ANSWER DOWNLOAD EXAMIANS APP