Linux What command is used to assign only read permission to all three categories of the file'letter'? chmod a - rw letter chmod go + r letter chmod ugo = r letter chmod u + r, g + r, o - x letter chmod a - rw letter chmod go + r letter chmod ugo = r letter chmod u + r, g + r, o - x letter ANSWER DOWNLOAD EXAMIANS APP
Linux How can you rebuild the RPM file to include the new patches? - - recompile None of the listed here - - rebuild - - execute - - recompile None of the listed here - - rebuild - - execute ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following is not a filter command? wc grep sort cat wc grep sort cat ANSWER DOWNLOAD EXAMIANS APP
Linux What TCP/IP protocol is used for file transfer with minimal capability and minimal overhead? TELNET RARP FTP TFTP TELNET RARP FTP TFTP ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to assign executable permission to all of the files named "report"? chmod ugo + x report chmod u + x report None of the listed here chmod ugo + rw report chmod ugo + x report chmod u + x report None of the listed here chmod ugo + rw report ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following command lists the last 10 lines of a file? head grep cat tail head grep cat tail ANSWER DOWNLOAD EXAMIANS APP