Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that other has read permission only group has read permission only owner has read permission only group has write permission only other has read permission only group has read permission only owner has read permission only group has write permission only ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? Smith shell None of these C shell Bourne shell Korn shell Smith shell None of these C shell Bourne shell Korn shell ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs cp chap?? /progs/* cp chap* progs cp chap[12] /progs/*.* cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following files contains information related to password aging? password All the these Shadow profile password All the these Shadow profile 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