Basic of linux unix MCQs

141 MCQs  — Computer Programming MCQs  (Page 4 of 15)

The % key allows you________________?
A. To move the cursor to a matching delimiter, when a delimiters a parenthesis, a bracket, or a brace.
B. To move the cursor to the upperleft corner of the screen
C. To move the cursor backward to the beginning of a word
D. To move the cursor to the first column in the current line
Which command is used to copy a file wb with the same name from the programs directory to the misc directory ?
A. Copy programs/wb misc/wb
B. Cp programs/wb misc
C. Tar programs/wb misc/wb
D. Copy a:programs/wb b:misc/wb
The command chmod 761 note is equivalent to_________________?
A. Chmod 167 note
B. Chmod u=rwx, g=rw, o=x note
C. Chmo a =761 note
D. Chmod 4=7, g=6,0 =1 note