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 Which of the following commands is used to identify the type of file by context? more ls file cat more ls file cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? md None of these cr crdir mkdir md None of these cr crdir mkdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate all processes in your own system except the login shell? cancel 1 cancel all None of these kill 1 kill 0 cancel 1 cancel all None of these kill 1 kill 0 ANSWER DOWNLOAD EXAMIANS APP
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+rw note chmod go-r note chmod go+r note chmod go-x note chmod go+rw note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP