Unix Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it None of these #NAME? -r -1 None of these #NAME? -r -1 ANSWER DOWNLOAD EXAMIANS APP
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? 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 copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? None of these pat$ pat^ ^pat $pat None of these pat$ pat^ ^pat $pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more grep head cat more grep head cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to have a two-way communication with any person who is currently logged in? mail write mesg grep None of these mail write mesg grep None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 755 555 744 755 555 ANSWER DOWNLOAD EXAMIANS APP