Unix Which of the following commands is used to rename a file? ren mv rename remove ren mv rename remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap[12] /progs/*.* cp chap?? /progs/* cp chap?? progs cp chap* progs cp chap[12] /progs/*.* cp chap?? /progs/* cp chap?? progs cp chap* progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod u+x letter chmod ugo+rw letter chmod ugo+x letter chmod ugo+r letter chmod u+x letter chmod ugo+rw letter chmod ugo+x letter chmod ugo+r letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? None of these -c #NAME? -r option None of these -c #NAME? -r option 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 None of these cp programs/wb misc copy a:programs/wb b:misc/wb tar programs/wb misc/wb copy programs/wb misc/wb None of these cp programs/wb misc ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod 167 note ANSWER DOWNLOAD EXAMIANS APP