Unix Which command is used with vi editor to search a pattern in the forward direction? ? // / ?? ? // / ?? ANSWER DOWNLOAD EXAMIANS APP
Unix Which option will be used with ps command to slow the entire command line of the process being run? #NAME? -1 -4 -2 #NAME? -1 -4 -2 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following special shell variables is used to process number of the current shell? $* $! None of these $$ $* $! None of these $$ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy all files having the string chap and any two characters after that to the progs directory? cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs cp chap?? /progs/* cp chap[12] /progs/*.* cp chap* progs cp chap?? progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? copy programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb copy programs/wb misc/wb cp programs/wb misc copy a:programs/wb b:misc/wb None of these tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells the name of the group owner of the file None of these All of these how large the file is and when the file was last modified. who the owner of the file is the name of the group owner of the file None of these All of these how large the file is and when the file was last modified. who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP