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 a-rw chmod u+r,g+r,o-x note chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ? // / ?? ? // / ?? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wc count p countw None of these wcount wc count p countw None of these wcount ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? vi ed cat lyrix vi ed cat lyrix ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? I i None of these a A I i None of these a A ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? sm ai ic ts sm ai ic ts ANSWER DOWNLOAD EXAMIANS APP