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 stty intr ^c tty ^c stty echo ^a stty echoe stty intr ^c tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? -r option #NAME? -c None of these -r option #NAME? -c None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? remove del mv rm remove del mv rm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? od of cd oct od of cd oct ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in None of these /dev directory /unix directory /bin and /usr/bin directories /tmp directory None of these /dev directory /unix directory /bin and /usr/bin directories /tmp directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note chmod u-x, go+r note chmod go+x, u-x note chmod g-x, uo+r note None of these chmod go+r, u+x note ANSWER DOWNLOAD EXAMIANS APP