Unix Which of the following commands is not the vi Input mode command? None of these S rch j R None of these S rch j R ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv *.* /bin/ mv * /bin/* mv * ../bin *.* mv * ../bin None of these mv *.* /bin/ mv * /bin/* mv * ../bin *.* mv * ../bin None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? // / ?? ? // / ?? ? ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 333 note chmod 666 note chmod 444 note chmod 555 note chmod 333 note chmod 666 note chmod 444 note chmod 555 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it? who < user.lste who > user.lst None of these who >> user.lst who | tee user.lst who < user.lste who > user.lst None of these who >> user.lst who | tee user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? None of these ? [ijk] * [!ijk] None of these ? [ijk] * [!ijk] ANSWER DOWNLOAD EXAMIANS APP