|
1. The statement z=’expr 5/2’ would store in z a value
a. 2.5
2. The expression expr -7 % 2evaluates to a. 1
3. The expression expr -2 % 7 evaluates to a. 2
4. Hierarchy decides which operator a. Is most important
5. The break statement is used to exit from a. An if statement
6. An until loop ensures that the statement within the loop get executed a. Only once
7. The cp command uses a. Standard input file
8. Which option will be used with sort command to start sorting after the nth column of the (m+1)th field a. –m.n
9. Which command is used to terminate a process a. Shutdown
10. The command is used to compare the files is known as a. Comp
Correct Answers 1. C 2. B 3. B 4. B 5. B 6. D 7. D 8. B 9. D 10. B |
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.
|