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 chmod u+r,g+r,o-x note chmod ugo=r note None of these chmod go+r note chmod a-rw chmod u+r,g+r,o-x note chmod ugo=r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .exrc lastlogin .profile .mbox None of these .exrc lastlogin .profile .mbox None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order sort -r sort sh st sort -r sort sh st ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to move the cursor to the left? j None of these h k i j None of these h k i ANSWER DOWNLOAD EXAMIANS APP
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 1 6 3 None of these 5 1 6 3 None of these 5 ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you to move cursor to the beginning of the line specified by the number to move cursor right by one position None of these to move cursor down by one line to move cursor left by one position to move cursor to the beginning of the line specified by the number to move cursor right by one position None of these to move cursor down by one line to move cursor left by one position ANSWER DOWNLOAD EXAMIANS APP