Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echoe stty intr ^c stty echo ^a tty ^c stty echoe stty intr ^c stty echo ^a tty ^c ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file who the owner of the file is how large the file is and when the file was last modified. None of these All of these the name of the group owner of the file who the owner of the file is how large the file is and when the file was last modified. None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note None of these chmod 167 note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod u=rwx, g=rw, o=x note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm li ic nu nm li ic nu ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor right by one position None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor right by one position None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor left by one position ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs chmod -1 a+x progs chmod -R 222 progs chmod -R a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP