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 copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these copy wb collect mon /misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc None of these copy wb collect mon /misc tar wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? a i None of these I A a i None of these I A ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls ls -1 ls -x None of these lc ls ls -1 ls -x None of these lc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? fch None of these rch ech tch fch None of these rch ech tch ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv *.* /bin/ mv * ../bin None of these mv * /bin/* mv * ../bin *.* mv *.* /bin/ mv * ../bin None of these mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP