Unix Which of the following is not a filter? wc sort None of these grep wc sort None of these grep 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+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? tar cpio cp None of these copy tar cpio cp None of these copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -l wc -c None of these wc -w wc -r wc -l wc -c None of these wc -w wc -r 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 shell's wild-cards is used to match a single character? None of these [!ijk] [ijk] * ? None of these [!ijk] [ijk] * ? ANSWER DOWNLOAD EXAMIANS APP