Unix The octal representation 652 indicates Write permission for others Execute permission for the owner Read and write permission of groups All of these None of these Write permission for others Execute permission for the owner Read and write permission of groups All of these None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? who tty ls None of these stty who tty ls None of these stty 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 echoe tty ^c stty echo ^a stty intr ^c stty echoe tty ^c stty echo ^a stty intr ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these chmod ugo=r note chmod u+r,g+r,o-x note chmod go+r note chmod a-rw None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? $pat pat^ None of these pat$ ^pat $pat pat^ None of these pat$ ^pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? R C r c R C r c ANSWER DOWNLOAD EXAMIANS APP