Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm -r * rm all rm * rm *.* None of these rm -r * rm all rm * rm *.* ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells who the owner of the file is how large the file is and when the file was last modified. the name of the group owner of the file None of these All of these who the owner of the file is how large the file is and when the file was last modified. the name of the group owner of the file None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with #NAME? None of these -r option -c #NAME? None of these -r option -c ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod u=rwx, g=rw, o=x note chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod u=rwx, g=rw, o=x note chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod go+x, u-x note chmod u-x, go+r note chmod g-x, uo+r note None of these chmod go+r, u+x note ANSWER DOWNLOAD EXAMIANS APP