Software Engineering Mcqs » Basic of linux unix
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 of the following is not a filter ?

A. cat
B. grep
C. wc
D. None of the above

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

Which command is used to print a file ?

A. print
B. prn
C. pg
D. lp

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