Computer Science - Unix

Exercise : Unix - Section 1
46.
The command used to compare the files is known as
comp
cmp
do
ccp
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

47.
Which command is used to terminate a process?
shutdown
haltsys
cancel
kill
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

48.
Which option will be used with sort command to start sorting ofter the nth column of the (m+l)th field?
-m.n
+m.n
+ n.m+1
+(m+l).n
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

49.
The cp command uses:
standard input file
standard output file
both input and output file
neither standard input nor standard output file
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.