Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts ic ai sm ts ic ai sm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst grep sales empl.lst cut sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst grep sales empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+x note chmod ugo+x note chmod g+x note chmod u+w note chmod u+x note chmod ugo+x note chmod g+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? md None of these mkdir cr crdir md None of these mkdir cr crdir 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 symbol is used to separate more than one command in the same command line? # : ; $ # : ; $ ANSWER DOWNLOAD EXAMIANS APP