Unix In vi editor, forward search is performed using the command. :pat ?pat All of these /pat :pat ?pat All of these /pat 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+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 chmod go+r, u+x note None of these chmod g-x, uo+r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -x ls -l ls -l -d ls -F ls -x ls -l ls -l -d ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? C u v None of these R C u v None of these R ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .mbox .exrc None of these .profile lastlogin .mbox .exrc None of these .profile lastlogin 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 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 ANSWER DOWNLOAD EXAMIANS APP