Unix Which command is used to list all the files with extension .lst? ls *.* ls lst* ls -l *.lst ls *[lst] ls *.* ls lst* ls -l *.lst ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix The cat command is used to None of these print a file copy a file capture a file display a file None of these print a file copy a file capture a file display a file ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to delete the character beneath the cursor? dd None of these x D X dd None of these x D X ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+rw note chmod go-x note chmod go-r note chmod go+r note chmod go+rw note chmod go-x note chmod go-r note chmod go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to save file and remain in the editing mode? :x :w None of these q! :q :x :w None of these q! :q ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? u C R None of these v u C R None of these v ANSWER DOWNLOAD EXAMIANS APP