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* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. mail grep write mesg mail grep write mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to identify the type of file by context? cat file ls more cat file ls more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls *.* ls *[lst] ls -l *.lst ls lst* ls *.* ls *[lst] ls -l *.lst 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 go+r note chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note None of these chmod go+r note chmod a-rw chmod ugo=r note chmod u+r,g+r,o-x note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? cat lp None of these pg /p cat lp None of these pg /p ANSWER DOWNLOAD EXAMIANS APP