Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * ../bin mv * /bin/* mv *.* /bin/ None of these mv * ../bin *.* mv * ../bin mv * /bin/* mv *.* /bin/ None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates Execute permission for the owner None of these Read and write permission of groups All of these Write permission for others Execute permission for the owner None of these Read and write permission of groups All of these Write permission for others ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // ?? / ? // ?? / ? ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .profile .exrc .autoexec None of these autoexec.bat .profile .exrc .autoexec None of these autoexec.bat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? tar ln None of these cp lk tar ln None of these cp lk ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who >> user.lst who > user.lst who < user.lste who | tee user.lst None of these who >> user.lst who > user.lst who < user.lste who | tee user.lst None of these ANSWER DOWNLOAD EXAMIANS APP