Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 671 note chmod 4=rwx, g=rw note chmod 761 note chmod 167 note chmod 671 note chmod 4=rwx, g=rw note chmod 761 note chmod 167 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod a-rw chmod ugo=r note chmod go+r note None of these chmod u+r,g+r,o-x note chmod a-rw chmod ugo=r note chmod go+r note None of these chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? None of these cd .. chdir cd/ cd None of these cd .. chdir cd/ cd ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm -r * rm *.* rm all None of these rm * rm -r * rm *.* rm all None of these rm * ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cp - p cp copy cpio None of these cp - p cp copy cpio ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -F ls -x ls -a ls -l ls -F ls -x ls -a ls -l ANSWER DOWNLOAD EXAMIANS APP