Unix Which command will be used with vi editor to append text at end of line? I A None of these a i I A None of these a i ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor right by one position to move cursor left by one position to move cursor down by one line to move cursor to the beginning of the line specified by the number None of these to move cursor right by one position to move cursor left by one position to move cursor down by one line to move cursor to the beginning of the line specified by the number 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$ None of these pat^ $pat ^pat pat$ None of these pat^ $pat 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 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] chmod 222 emp? chmod 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] chmod 222 emp? 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? rm all None of these rm * rm -r * rm *.* rm all None of these rm * rm -r * rm *.* 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: 744 555 755 744 555 755 ANSWER DOWNLOAD EXAMIANS APP