Unix Which of the following commands is used to rename a file? remove ren rename mv remove ren rename mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a filter? None of these grep sort wc None of these grep sort wc ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a tty ^c stty intr ^c stty echoe stty echo ^a tty ^c stty intr ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. grep mail mesg write grep mail mesg write ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 755 744 555 755 744 555 ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv * ../bin *.* mv * ../bin mv *.* /bin/ mv * /bin/* None of these mv * ../bin *.* mv * ../bin mv *.* /bin/ mv * /bin/* ANSWER DOWNLOAD EXAMIANS APP