Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? S s a A S s a A ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the characteristics of a process? pid ps au du pid ps au du ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? a I A i None of these a I A i None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control-d] [Control -P] [Control-c] None of these [Control - u] [Control-d] [Control -P] [Control-c] None of these [Control - u] ANSWER DOWNLOAD EXAMIANS APP