Linux What command is used to assign only read permission to all three categories of the file'letter'? chmod go + r letter chmod a - rw letter chmod u + r, g + r, o - x letter chmod ugo = r letter chmod go + r letter chmod a - rw letter chmod u + r, g + r, o - x letter chmod ugo = r letter ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to assign executable permission to all of the files named "report"? chmod ugo + rw report None of the listed here chmod ugo + x report chmod u + x report chmod ugo + rw report None of the listed here chmod ugo + x report chmod u + x report ANSWER DOWNLOAD EXAMIANS APP
Linux Which of the following server is used with the BIND package? dns shttp httpd named None of these dns shttp httpd named None of these ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to query for a specific package with RPM? rpm -d None of these rpm -q rpm -a rpm -1 rpm -d None of these rpm -q rpm -a rpm -1 ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to copy a file? cpio cp tar copy cpio cp tar copy ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to display the top of the file? more grep cat head more grep cat head ANSWER DOWNLOAD EXAMIANS APP