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 g-x, uo+r note
chmod go+r, u+x note
chmod u-x, go+r note
chmod go+x, u-x note
None of these

ANSWER DOWNLOAD EXAMIANS APP

Unix
The [line number G] key allows you

None of these
to move cursor left by one position
to move cursor right by one position
to move cursor down by one line
to move cursor to the beginning of the line specified by the number

ANSWER DOWNLOAD EXAMIANS APP