Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * ../bin *.* mv * /bin/* mv * ../bin mv *.* /bin/ None of these mv * ../bin *.* mv * /bin/* mv * ../bin mv *.* /bin/ 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 display the directory attributes rather than its contents? ls -l ls -F ls -x ls -l -d ls -l ls -F ls -x ls -l -d ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? None of these pat^ $pat pat$ ^pat None of these pat^ $pat pat$ ^pat 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? None of these chmod go+r, u+x note chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note None of these chmod go+r, u+x note 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 the following keys is used to replace a single character with new text? R r s S R r s S ANSWER DOWNLOAD EXAMIANS APP