Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * ../bin None of these mv * /bin/* mv *.* /bin/ mv * ../bin *.* mv * ../bin None of these mv * /bin/* mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is sleep grep halt mesg None of these sleep grep halt mesg None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with #NAME? None of these -c -r option #NAME? None of these -c -r option ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd [p] cd p* cd p* cd p cd [p] cd p* cd p* cd p ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with disk free command to include the total amount of disk space in the file system? #NAME? None of these #NAME? -4 #NAME? #NAME? None of these #NAME? -4 #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy a:programs/wb b:misc/wb tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc None of these copy a:programs/wb b:misc/wb tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc None of these ANSWER DOWNLOAD EXAMIANS APP