Unix Which command is used to move all files to the bin sub-directory of the parent directory? None of these mv *.* /bin/ mv * ../bin mv * /bin/* mv * ../bin *.* None of these mv *.* /bin/ mv * ../bin mv * /bin/* mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command addresses all users who are currently hooked on? wall mesg mail write wall mesg mail write ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following command is used to count just the number of lines contained in a file? wc -w wc -r wc -c wc -l None of these wc -w wc -r wc -c wc -l None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In vi editor, forward search is performed using the command. /pat ?pat :pat All of these /pat ?pat :pat All of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -F ls -l -d ls -x ls -l ls -F ls -l -d ls -x ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p* cd p cd [p] cd p* cd p* cd p cd [p] ANSWER DOWNLOAD EXAMIANS APP