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
Unix Which of the following commands is used to have a two-way communication with any person who is currently logged in? write grep mesg mail None of these write grep mesg mail None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with touch command to change the access time? None of these #NAME? pid -r option None of these #NAME? pid -r option ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the >> symbols < symbols None of these > symbols >> symbols < symbols None of these > symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? R j None of these rch S R j None of these rch S 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 ech rch tch None of these fch ech rch tch None of these ANSWER DOWNLOAD EXAMIANS APP