Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these copy wb collect mon /misc cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd [p] cd p* cd p* cd p cd [p] cd p* cd p* cd p ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace text from cursor to right? c R r C c R r C ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? changedir chdir cdir None of these cd changedir chdir cdir None of these cd ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of 2048 bytes None of these 512 bytes 1024 bytes 256 bytes 2048 bytes None of these 512 bytes 1024 bytes 256 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP