Unix Which of the following signs is used to back up over typing errors in vi? None of these @ # ! $ None of these @ # ! $ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -x a+x progs chmod -R a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? tar None of these cpio cp copy tar None of these cpio cp copy 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? copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these copy wb ../misc collect ../misc mon ../misc cp wb collect mon ../misc tar wb collect mon /misc copy wb collect mon /misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out cp - p None of these copy cp cpio cp - p None of these copy cp cpio ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? sm ts ai ic sm ts ai ic ANSWER DOWNLOAD EXAMIANS APP