Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? grep sales empl.lst cut sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst grep sales empl.lst cut sales empl.lst None of these cat | /sales > empl.lst /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is mesg grep sleep None of these halt mesg grep sleep None of these halt ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch tch ech None of these rch fch tch ech None of these rch 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? tar programs/wb misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile ANSWER DOWNLOAD EXAMIANS APP