Unix Which of the following keys is used to replace a single character with new text? S s R r S s R r ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove the read permission of the file 'note' from both the group and others? chmod go+r note chmod go-r note chmod go-x note chmod go+rw note chmod go+r note chmod go-r note chmod go-x note chmod go+rw note ANSWER DOWNLOAD EXAMIANS APP
Unix The agency that sits between the user and the UNIX system is called the shell profile logic erxc shell profile logic erxc 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? tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these cp wb collect mon ../misc tar wb collect mon /misc copy wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these cp wb collect mon ../misc ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? ? [!ijk] * [ijk] None of these ? [!ijk] * [ijk] None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. ?pat All of these :pat /pat ?pat All of these :pat /pat ANSWER DOWNLOAD EXAMIANS APP