Unix Which command is used to create a directory? None of these mkdir md cr crdir None of these mkdir md cr crdir ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following directories contain all the Alias created by a user, including his login directory? /dev /etc /tmp /usr /dev /etc /tmp /usr ANSWER DOWNLOAD EXAMIANS APP
Unix The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is: 744 555 755 744 555 755 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 assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod go+r note None of these chmod u+r,g+r,o-x note chmod a-rw chmod ugo=r note chmod go+r note None of these chmod u+r,g+r,o-x note chmod a-rw ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ mv * ../bin *.* mv * /bin/* None of these mv * ../bin mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP