Unix Which command is used to link the files? None of these tar cp lk ln None of these tar cp lk ln ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? None of these copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the < symbols > symbols >> symbols None of these < symbols > symbols >> symbols None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? None of these rm all rm * rm *.* rm -r * None of these rm all rm * rm *.* rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to locate all the .profile files in the system? None of these l -u .profile find /-name profile -print cd /.profile ls profile None of these l -u .profile find /-name profile -print cd /.profile ls profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? $pat pat^ pat$ None of these ^pat $pat pat^ pat$ None of these ^pat ANSWER DOWNLOAD EXAMIANS APP