Linux What command is used with vi editor to search a pattern in the forward direction? ? / // ?? ? / // ?? ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used with vi editor to save file and remain in the editing mode? :q None of the listed here :w x :q None of the listed here :w x ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to assign executable permission to all of the files named "report"? None of the listed here chmod ugo + rw report chmod ugo + x report chmod u + x report None of the listed here chmod ugo + rw report chmod ugo + x report chmod u + x report ANSWER DOWNLOAD EXAMIANS APP
Linux What command is used to count just the number of lines contained in a file? wc - c None of these wc - w wc - r wc - l wc - c None of these wc - w wc - r wc - l ANSWER DOWNLOAD EXAMIANS APP
Linux What command do you use to delete a file? rename delete cp rm rename delete cp rm ANSWER DOWNLOAD EXAMIANS APP
Linux What sign is used to back up over typing errors in vi? @ # $ € @ # $ € ANSWER DOWNLOAD EXAMIANS APP