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
Unix Which of the following commands is not the vi Input mode command? None of these j R S rch None of these j R S rch 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+x emp[1-3] chmod u+r ??? emp chmod 222 emp? chmod 777 emp* chmod u+x emp[1-3] chmod u+r ??? emp ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to move the cursor to the end of the paragraph. ( } ) { ( } ) { ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? C shell None of these Smith shell Bourne shell Korn shell C shell None of these Smith shell Bourne shell Korn shell 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 ugo+x note chmod u+x note chmod g+x note chmod u+w note chmod ugo+x note chmod u+x note chmod g+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP