Unix Which of the following commands is not the vi Input mode command? None of these R rch S j None of these R rch S j 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 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] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these chmod go+x, u-x note chmod g-x, uo+r note chmod u-x, go+r note chmod go+r, u+x note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor to the upperleft corner of the screen to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the first column in the current line to move the cursor to the upperleft corner of the screen to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the first column in the current line ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. /pat :pat All of these ?pat /pat :pat All of these ?pat ANSWER DOWNLOAD EXAMIANS APP