Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv *.* /bin/ mv * /bin/* None of these mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these mv * ../bin mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to terminate a process? kill haltsys shutdown cancel kill haltsys shutdown cancel ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? * None of these [ijk] ? [!ijk] * None of these [ijk] ? [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to rename a file? mv ren remove rename mv ren remove rename ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tr grep sort tee tr grep sort tee ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? head cat more grep head cat more grep ANSWER DOWNLOAD EXAMIANS APP