Unix Which shell's wild-cards is used to match a single character? None of these ? * [ijk] [!ijk] None of these ? * [ijk] [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod u+w note chmod ugo+x note chmod u+x note chmod g+x note chmod u+w note chmod ugo+x note chmod u+x note chmod g+x note 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: 755 744 555 755 744 555 ANSWER DOWNLOAD EXAMIANS APP
Unix The special shell variable $* is used to list the positional parameters None of these to name the command being executed to exit status of ast command executed. to process number of the current shell to list the positional parameters None of these to name the command being executed to exit status of ast command executed. to process number of the current shell ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to remove the directory is; None of these rdir rd rmdir remove None of these rdir rd rmdir remove ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line? rch fch tch ech None of these rch fch tch ech None of these ANSWER DOWNLOAD EXAMIANS APP