Unix Which command sends the word count of the file infile to the newfile. wc infile - newfile wc infile >newfile wc infile | newfile wc newfile wc infile - newfile wc infile >newfile wc infile | newfile wc newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? C shell Smith shell Korn shell Bourne shell None of these C shell Smith shell Korn shell Bourne shell None of these 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+x, u-x note None of these chmod go+r, u+x note chmod u-x, go+r note chmod g-x, uo+r note chmod go+x, u-x note None of these chmod go+r, u+x note chmod u-x, go+r note chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of are following internal commands is used in mail to forward mail to user in user-list? None of these r user-list m user-list e user-list d user-list None of these r user-list m user-list e user-list d user-list ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? -2 #NAME? -4 -1 -2 #NAME? -4 -1 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat touch grep wc cat touch grep wc ANSWER DOWNLOAD EXAMIANS APP