Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * /bin/* mv *.* /bin/ mv * ../bin None of these mv * ../bin *.* mv * /bin/* mv *.* /bin/ mv * ../bin None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? u R v C None of these u R v C None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file? Ip ls -F -x ls -l ls ~ x Ip ls -F -x ls -l ls ~ x ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? rename ren remove mv rename ren remove mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp chmod 222 emp? chmod u+x emp[1-3] chmod 777 emp* chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? find /-name profile -print None of these l -u .profile cd /.profile ls profile find /-name profile -print None of these l -u .profile cd /.profile ls profile ANSWER DOWNLOAD EXAMIANS APP