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 copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc None of these copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat /pat :pat All of these ?pat /pat :pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the < symbols > symbols None of these >> symbols < symbols > symbols None of these >> symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin mv * /bin/* None of these mv *.* /bin/ mv * ../bin *.* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has None of these both read and executable permissions. write and executable permissions executable permission only both read and write permissions None of these both read and executable permissions. write and executable permissions executable permission only both read and write permissions ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to chmo a =761 note chmod 167 note None of these chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note chmod 167 note None of these chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note ANSWER DOWNLOAD EXAMIANS APP