Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * /bin/* mv *.* /bin/ None of these mv * ../bin mv * ../bin *.* mv * /bin/* mv *.* /bin/ None of these mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display your working directory? prompt $p$g path pwd dir prompt $p$g path pwd dir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of following commands is used for an automatic reminder service? write mail None of these mesg calendar write mail None of these mesg calendar 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
Unix Which of the following set options is used with vi editor to ignore case while searching for patterns? ts ic sm ai ts ic sm ai ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol is used to separate more than one command in the same command line? : # ; $ : # ; $ ANSWER DOWNLOAD EXAMIANS APP