Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc None of these tar programs/wb misc/wb copy programs/wb misc/wb copy a:programs/wb b:misc/wb cp programs/wb misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to append text at end of line? i A a I None of these i A a I None of these 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-x note chmod go+r note chmod go+rw note chmod go-r note chmod go-x note chmod go+r note chmod go+rw note chmod go-r note ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /unix directory /dev directory /tmp directory None of these /bin and /usr/bin directories /unix directory /dev directory /tmp directory None of these /bin and /usr/bin directories ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? None of these [ijk] * ? [!ijk] None of these [ijk] * ? [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? li nu ic nm li nu ic nm ANSWER DOWNLOAD EXAMIANS APP