Unix Which option will be used with touch command to change the access time? pid #NAME? -r option None of these pid #NAME? -r option None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? None of these chmod ugo=r note chmod go+r note chmod a-rw chmod u+r,g+r,o-x note None of these chmod ugo=r note chmod go+r note chmod a-rw chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to count the total number of lines, words, and characters contained in a file. wcount countw wc None of these count p wcount countw wc None of these count p ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these rdir rd remove rmdir None of these rdir rd remove rmdir ANSWER DOWNLOAD EXAMIANS APP
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 command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb None of these copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb copy programs/wb misc/wb None of these copy a:programs/wb b:misc/wb cp programs/wb misc tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP