Unix Which command is used to list out all the hidden files along with the other files? ls -x ls -a ls -F ls -l ls -x ls -a ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy a:programs/wb b:misc/wb None of these copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb copy a:programs/wb b:misc/wb None of these copy programs/wb misc/wb cp programs/wb misc tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? None of these rm delete dm erase None of these rm delete dm erase ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? a S s A a S s A ANSWER DOWNLOAD EXAMIANS APP
Unix The % key allows you to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the upperleft corner of the screen to move the cursor to the first column in the current line to move the cursor backward to the beginning of a word to move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace. to move the cursor to the upperleft corner of the screen to move the cursor to the first column in the current line ANSWER DOWNLOAD EXAMIANS APP