Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? rch ech fch tch None of these rch ech fch tch None of these 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 echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? ic nm li nu ic nm li nu ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? sort sh sort -r None of these st sort sh sort -r None of these st ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note chmod a-rw None of these ANSWER DOWNLOAD EXAMIANS APP