Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin None of these mv *.* /bin/ mv * /bin/* mv * ../bin *.* mv * ../bin None of these mv *.* /bin/ mv * /bin/* mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the end of a line? pat^ None of these pat$ $pat ^pat pat^ None of these pat$ $pat ^pat ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to go to home directory? cd HOME. cd.. cd cd/ None of these cd HOME. cd.. cd cd/ None of these 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 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 of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note ANSWER DOWNLOAD EXAMIANS APP