Unix Which of the following is invalid filename? TRY None of these my .file trial TRY None of these my .file trial ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ? / // ?? ? / // ?? ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -c -r option None of these #NAME? -c -r option None of these #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod go+r note chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod a-rw chmod go+r note 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 u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? S A s a S A s a ANSWER DOWNLOAD EXAMIANS APP