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
Unix The File that contains a set of instructions which are performed when a user logs in, is .exrc None of these .autoexec autoexec.bat .profile .exrc None of these .autoexec autoexec.bat .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note chmod g+x note chmod u+x note chmod ugo+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is None of these grep sleep halt mesg None of these grep sleep halt mesg ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls -l | wc -l ls | wc ls | wc -w ls | ws -c ls -l | wc -l ls | wc ls | wc -w ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // / ? ?? // / ? ?? ANSWER DOWNLOAD EXAMIANS APP