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 The ls -l command tells None of these All of these who the owner of the file is the name of the group owner of the file how large the file is and when the file was last modified. None of these All of these who the owner of the file is the name of the group owner of the file how large the file is and when the file was last modified. ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? 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 chmod ugo=r note chmod go+r note None of these 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: 555 744 755 555 744 755 ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] ? [ijk] * None of these [!ijk] ? [ijk] * None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following keys is used to overstrike a whole line? R None of these v C u R None of these v C u ANSWER DOWNLOAD EXAMIANS APP