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 of the following commands is used to rename a file? rename ren remove mv rename ren remove mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod 222 emp? chmod 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] chmod 222 emp? chmod 777 emp* chmod u+r ??? emp chmod u+x emp[1-3] ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor right by one position to move cursor left by one position to move cursor to the beginning of the line specified by the number to move cursor down by one line None of these to move cursor right by one position to move cursor left by one position to move cursor to the beginning of the line specified by the number to move cursor down by one line ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *.* ls *[lst] ls lst* ls -l *.lst ls *.* ls *[lst] ls lst* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? R r C c R r C c ANSWER DOWNLOAD EXAMIANS APP