Unix Which command is used to display the device name of the terminal you are using? None of these stty tty who ls None of these stty tty who ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? cancel shutdown haltsys kill cancel shutdown haltsys kill ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? wc sort None of these grep wc sort None of these grep ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to None of these print a file capture a file copy a file display a file None of these print a file capture a file copy a file display a file ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] ANSWER DOWNLOAD EXAMIANS APP