Unix Which of the following commands is used to copy directory structures in and out None of these cpio cp - p copy cp None of these cpio cp - p copy cp ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst cut sales empl.lst grep sales empl.lst /sales > empl.lst None of these cat | /sales > empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of 2048 bytes 1024 bytes None of these 256 bytes 512 bytes 2048 bytes 1024 bytes None of these 256 bytes 512 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is not the vi Input mode command? None of these R S rch j None of these R S rch j 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?? /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 command is used to list out all the hidden files along with the other files? ls -x ls -a ls -F ls -l ls -x ls -a ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP