Unix Which command is used to terminate a process? cancel haltsys kill shutdown cancel haltsys kill shutdown ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the last background job? $! $0 $* $# $! $0 $* $# ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nu nm ic li nu nm ic ANSWER DOWNLOAD EXAMIANS APP
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 commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter chmod ugo+x letter chmod ugo+rw letter chmod ugo+r letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to save the standard output in a file, as well as display it on the terminal? grep None of these tee more cat grep None of these tee more cat ANSWER DOWNLOAD EXAMIANS APP