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 Which of the following files contains information related to password aging? password All the these Shadow profile password All the these Shadow profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. mail mesg grep write mail mesg grep write ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -c wc -l None of these wc -r wc -w wc -c wc -l None of these wc -r wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod go+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note chmod go+r, u+x note None of these chmod g-x, uo+r note chmod go+x, u-x note chmod u-x, go+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to get directory one level up? None of these cd chdir cd .. cd/ None of these cd chdir cd .. cd/ ANSWER DOWNLOAD EXAMIANS APP