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? mv remove rename ren mv remove rename ren ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -r -d None of these -l -b -r -d None of these -l -b 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? tar programs/wb misc/wb cp programs/wb misc copy programs/wb misc/wb copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb cp programs/wb misc copy programs/wb misc/wb copy a:programs/wb b:misc/wb None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nm li nu ic nm li nu ic ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? C r R c C r R c ANSWER DOWNLOAD EXAMIANS APP