Answer:
"sudo" is the command to get super user or root privileges in linux.
Explanation:
in order to install package with root privilege in linux, the command would be
sudo apt-get install <package name>
Answer: True
Explanation:
Yes, it is true that the informal or the casual meetings are very common and you can chat over tea with your friends and colleagues and meet with your childhood friends in purely social meeting. Informal meetings are basically planned for relaxation your mind and mood other than formal business meetings. It does not have any agenda like the formal business meetings.
Answer:
False.
Explanation:
The /tmp directory is a directory that contains files that are required temporarily and also for temporary storage of data.The data inside the /tmp directory gets deleted when the system boots or shuts down.Since the directory exists permanently the content inside it is temporary.
So we can conclude that the answer is False.
MAN
Explanation:
Metropolitan Area Network
Local Area Network
Wide area Network
Answer:
G=(A^3 + B) * 4-c^2
To calculate G if A=3, b=4 and C=5
cobegin
p1: A^3 = 27
P2:C^2 =25
P3: p1 +B =31
P4:P3*4 =124
P5:P4-P2 =99
coend
Explanation:
One operation is performed at a time, and on the basis of priority as we have only one processor.