Unix Which of the following commands is used to assign executable permission to the owner of the file named "note"? chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note chmod ugo+x note chmod g+x note chmod u+x note chmod u+w note ANSWER DOWNLOAD EXAMIANS APP
Unix The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has executable permission only both read and write permissions both read and executable permissions. None of these write and executable permissions executable permission only both read and write permissions both read and executable permissions. None of these write and executable permissions ANSWER DOWNLOAD EXAMIANS APP
Unix Which symbol will be used with grep command to match the pattern pat at the beginning of a line? $pat pat$ ^pat pat^ $pat pat$ ^pat pat^ ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? None of these * ? [ijk] [!ijk] None of these * ? [ijk] [!ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3? chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp chmod u+x emp[1-3] chmod 777 emp* chmod 222 emp? chmod u+r ??? emp 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$ None of these ^pat $pat pat^ pat$ None of these ^pat $pat pat^ ANSWER DOWNLOAD EXAMIANS APP