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