Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? : $ ; # : $ ; # ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? sort grep None of these wc sort grep None of these wc ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod 167 note chmod u=rwx, g=rw, o=x note 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[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] cat emp[a-z] cat emp[!0-9] more [emp][!0-9] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? who am i None of these 1 /u which who who am i None of these 1 /u which who ANSWER DOWNLOAD EXAMIANS APP