Unix Which command is used to locate all the .profile files in the system? l -u .profile cd /.profile find /-name profile -print ls profile None of these l -u .profile cd /.profile find /-name profile -print ls profile None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? 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 command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin None of these mv * ../bin *.* mv * /bin/* mv *.* /bin/ mv * ../bin None of these mv * ../bin *.* mv * /bin/* mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in None of these /bin and /usr/bin directories /dev directory /unix directory /tmp directory None of these /bin and /usr/bin directories /dev directory /unix directory /tmp directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? None of these pid #NAME? -r option None of these pid #NAME? -r option ANSWER DOWNLOAD EXAMIANS APP