Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go-r note chmod go-x note chmod go+r note chmod go+rw note chmod go-r note chmod go-x note chmod go+r note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb copy programs/wb misc/wb None of these copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb copy programs/wb misc/wb None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? = - + None of these % = - + None of these % ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? * [!ijk] ? [ijk] None of these * [!ijk] ? [ijk] None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates Write permission for others Execute permission for the owner None of these All of these Read and write permission of groups Write permission for others Execute permission for the owner None of these All of these Read and write permission of groups ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? who am i None of these i /4 pwd which who am i None of these i /4 pwd which ANSWER DOWNLOAD EXAMIANS APP