Unix In vi editor, forward search is performed using the command. :pat ?pat /pat All of these :pat ?pat /pat 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'? None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw chmod go+r note None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod a-rw chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? dir prompt $p$g path pwd dir prompt $p$g path pwd ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it None of these #NAME? -r -1 None of these #NAME? -r -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? ^pat pat$ $pat pat^ ^pat pat$ $pat pat^ ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? ? [ijk] [!ijk] * None of these ? [ijk] [!ijk] * None of these ANSWER DOWNLOAD EXAMIANS APP