QUESTIONS WITH COMPLETE SOLUTIONS
VERIFIED ANSWERS GRADED A+
⩥ What is the best description for UNIX?
A. refers to a collection of related operating system.
B. is a operating system that handles only root actions.
C. is a AT&T phone operating system.
D. UNIX and Linux are the same operating system.
E. None of the Above.
Answer: A
⩥ There were many disputes over the legalities of UNIX, which
included lawsuits that spanned throughout its lifetime. What was the
main reason why the UNIX intellectual property was so important to sue
over.
A. People were greedy and wanted to keep the information for
themselves.
B. Linux violated some of SCO's intellectual properties and it needed to
be obtained.
C. The law required for UNIX/Linux to be claimed by a group for
legalities to be in full affect
,D. IBM needed the advantage on the SCO group with their undercover
schemes so they had to make claims on it.
E. None of the Above.
Answer: B
⩥ How may a business benefit from adopting UNIX/Linux into their
business?
a) Lower software and possibly hardware costs
b) Better service and support
c) More open source software
d) Both a and c
e) Both b and c.
Answer: D
⩥ How do you send the output of a program to the input of another:
A) Redirects
B) Grep
C) Pipe
D) Dircmp.
Answer: C
⩥ What prefix to a command allows a command to be run at the root
level?
, a)sudo
b)cat
c)man
d)ls
e)cd ...
Answer: A
⩥ Why would someone want to use "-9" after a "kill" command?
a)They don't want to fully end the process.
b)They want to be able to go back to the process running if they mess
up.
c)They want to definitely end the program with prejudice.
d)They want to execute kill with more privileges.
e)None of the above..
Answer: C
⩥ Which license does Linux use?
a) MIT
b) GNU
c) LAB
D) RTU.
Answer: B