Unix Which command is used to terminate a process? shutdown haltsys kill cancel shutdown haltsys kill cancel ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? $pat pat$ pat^ ^pat $pat pat$ pat^ ^pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? None of these ls -1 ls ls -x lc None of these ls -1 ls ls -x lc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? None of these grep sales empl.lst /sales > empl.lst cut sales empl.lst cat | /sales > empl.lst None of these grep sales empl.lst /sales > empl.lst cut sales empl.lst cat | /sales > empl.lst 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 ech None of these tch rch fch ech None of these tch rch ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to list the positional parameters None of these to name the command being executed to exit status of ast command executed. to process number of the current shell to list the positional parameters None of these to name the command being executed to exit status of ast command executed. to process number of the current shell ANSWER DOWNLOAD EXAMIANS APP