|
1) Which of the following keys is used to move the
cursor to the end of the paragraph
a. }
2) The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is a. Tee
3) Which command is used to remove a directory a. Rd
4) Which of the following keys is used to replace a dingle character with new text a. S
5) Which command is used to extract a specific columns from the file a. Cat
6) Which command sends the word count of the file infile to the newfile. a. wcinfile>newfile
7) Which command is used to remove the read permission of the file 'note' from both the group and others? a. chmodgo+r note
8) Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? a. cat emp[!0-9]
9) Which command will be used with vi editor to insert text to left of cursor? a. s
10) In vi editor, forward search is performed using the command. a. :pat
--- Correct Answers 1) A 2) A 3) B 4) B 5) B 6) A 7) D 8) A 9) D 10) D |
|
See Also
Do you have a UNIX Question? Unix Books :-
Return to : - Unix System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|