Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort sh st sort -r sort sh st sort -r ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp tar copy cpio None of these cp tar copy cpio None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which is the earliest and most widely used shell that came with the UNIX system? Korn shell Smith shell None of these C shell Bourne shell Korn shell Smith shell None of these C shell Bourne shell 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 u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* chmod 222 emp? chmod u+x emp[1-3] chmod u+r ??? emp chmod 777 emp* chmod 222 emp? ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to remove files? None of these delete rm erase dm None of these delete rm erase dm ANSWER DOWNLOAD EXAMIANS APP