Unix Which command is used to terminate a process? cancel shutdown kill haltsys cancel shutdown kill haltsys ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst cut sales empl.lst cat | /sales > empl.lst grep sales empl.lst None of these /sales > empl.lst cut sales empl.lst cat | /sales > empl.lst grep sales empl.lst None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sort sh sort -r None of these st sort sh sort -r None of these st ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates All of these Read and write permission of groups Execute permission for the owner Write permission for others None of these All of these Read and write permission of groups Execute permission for the owner Write permission for others None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? cr mkdir md crdir None of these cr mkdir md crdir None of these 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 newfile wc infile - newfile wc infile >newfile wc infile | newfile wc newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP