Unix Which command is used to display the top of the file? more grep cat head more grep cat head ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? pwd dir prompt $p$g path pwd dir prompt $p$g path ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? cat file ls more cat file ls more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a directory? rd rmdir rdir dldir rd rmdir rdir dldir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv *.* /bin/ mv * ../bin mv * /bin/* None of these mv * ../bin *.* mv *.* /bin/ mv * ../bin mv * /bin/* None of these ANSWER DOWNLOAD EXAMIANS APP