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 the directory attributes rather than its contents? ls -l -d ls -x ls -F ls -l ls -l -d ls -x ls -F ls -l ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line to move cursor right by one position None of these to move cursor to the beginning of the line specified by the number to move cursor left by one position to move cursor down by one line to move cursor right by one position ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to create a directory? None of these cr crdir md mkdir None of these cr crdir md mkdir 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.lst who | tee user.lst None of these who < user.lste who > user.lst who >> user.lst who | tee user.lst None of these who < user.lste who > user.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which commands is used to assign executable permission to all of the files named "letter"? chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter chmod ugo+x letter chmod u+x letter chmod ugo+r letter chmod ugo+rw letter ANSWER DOWNLOAD EXAMIANS APP