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 None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc copy wb collect mon /misc None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix The UNIX file system stores a date in physical blocks of 512 bytes None of these 2048 bytes 256 bytes 1024 bytes 512 bytes None of these 2048 bytes 256 bytes 1024 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv *.* /bin/ mv * /bin/* mv * ../bin *.* mv * ../bin None of these mv *.* /bin/ mv * /bin/* mv * ../bin *.* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+r letter chmod ugo+x letter chmod ugo+rw letter chmod u+x letter chmod ugo+r letter chmod ugo+x letter chmod ugo+rw letter chmod u+x letter ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm all None of these rm -r * rm * rm *.* rm all None of these rm -r * rm * rm *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? mesg mail wall write mesg mail wall write ANSWER DOWNLOAD EXAMIANS APP