Unix Which shell's wild-cards is used to match a single character? [!ijk] ? None of these * [ijk] [!ijk] ? None of these * [ijk] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note chmod go+r note chmod a-rw None of these chmod u+r,g+r,o-x note chmod ugo=r note ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the directory attributes rather than its contents? ls -l ls -l -d ls -F ls -x ls -l ls -l -d ls -F ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others? chmod u-x, go+r note chmod g-x, uo+r note chmod go+r, u+x note chmod go+x, u-x note None of these chmod u-x, go+r note chmod g-x, uo+r note chmod go+r, u+x note chmod go+x, u-x note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which operator will be used with chmod command to assign absolute permission? - + None of these % = - + None of these % = 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 both read and write permissions executable permission only None of these write and executable permissions both read and executable permissions. both read and write permissions executable permission only None of these write and executable permissions both read and executable permissions. ANSWER DOWNLOAD EXAMIANS APP