Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? S a A s S a A s ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? second fourth first third second fourth first third 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+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat grep touch wc cat grep touch wc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? None of these ln tar lk cp None of these ln tar lk cp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to replace a single character with new text? s S r R s S r R ANSWER DOWNLOAD EXAMIANS APP