Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * /bin/* mv * ../bin *.* mv * ../bin mv *.* /bin/ None of these mv * /bin/* mv * ../bin *.* mv * ../bin mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with the chmod command recursively to all files and sub-directories in a directory? -1 #NAME? None of these -R -1 #NAME? None of these -R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? cat vi lyrix ed cat vi lyrix ed 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 The command used to remove the directory is; remove rd rmdir rdir None of these remove rd rmdir rdir None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to insert text to left of cursor? s a i S s a i S ANSWER DOWNLOAD EXAMIANS APP