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 commands is used to display the filenames in multiple columns with indication of directories and executable file? ls -F -x ls -l Ip ls ~ x ls -F -x ls -l Ip ls ~ x ANSWER DOWNLOAD EXAMIANS APP
Unix The chmod ugo+rw note command can be represented in octal notation as chmod 444 note chmod 555 note chmod 333 note chmod 666 note chmod 444 note chmod 555 note chmod 333 note chmod 666 note ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? del rm remove mv del rm remove mv 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 symbol will be used with grep command to match the pattern pat at the end of a line? pat^ ^pat $pat None of these pat$ pat^ ^pat $pat None of these pat$ ANSWER DOWNLOAD EXAMIANS APP