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 options will be used to display number of blocks used by a file? #NAME? -c -r option None of these #NAME? -c -r option None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display and create files? cat lyrix vi ed cat lyrix vi ed ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -i ls -t ls -R ls -1 ls -i ls -t ls -R ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /dev /usr /tmp /etc /dev /usr /tmp /etc ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it None of these #NAME? -r -1 None of these #NAME? -r -1 ANSWER DOWNLOAD EXAMIANS APP