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? cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc cp wb collect mon ../misc copy wb ../misc collect ../misc mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to set the three permissions for all the three categories of users of a file? chgrp chusr None of these chown chmod chgrp chusr None of these chown chmod ANSWER DOWNLOAD EXAMIANS APP
Unix The octal representation 652 indicates Write permission for others Execute permission for the owner Read and write permission of groups None of these All of these Write permission for others Execute permission for the owner Read and write permission of groups None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /dev directory /bin and /usr/bin directories /tmp directory None of these /unix directory /dev directory /bin and /usr/bin directories /tmp directory None of these /unix directory ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to change the working directory? chdir changedir cd cdir None of these chdir changedir cd cdir None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ?? // / ? ?? // / ? ANSWER DOWNLOAD EXAMIANS APP