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/ mv * /bin/* None of these mv * ../bin *.* mv * ../bin mv *.* /bin/ mv * /bin/* None of these mv * ../bin *.* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mail mesg write wall mail mesg write ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 555 755 744 555 755 744 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? file ls cat more file ls cat more ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat wc grep touch cat wc grep touch ANSWER DOWNLOAD EXAMIANS APP