Answer:
I would say an Oblique drawing.
Explanation:
An oblique drawing uses 45 degree angles.
Answer:
D.telling your passengers where you are going
Explanation:
Decentralization—the transfer of authority and responsibility for public functions from the central government to subordinate or quasi-independent government organizations and/or the private sector—is a complex multifaceted concept.
Answer:
h = 287.1 m
Explanation:
the density of mercury \rho =13570 kg/m3
the atmospheric pressure at the top of the building is

the atmospheric pressure at bottom


we have also

1.18*9.81*h = (100.4 -97.08)*10^3
h = 287.1 m
Answer:
For SGID you type this
$ find . -perm /4000
For SUID you type this
$ find . -perm /2000
Explanation:
Auxiliary file permissions, that are commonly referred to as “special permissions” in Linux are needed in order to easily find files which have SUID (Setuid) and SGID (Setgid) set.
After typing
$ find directory -perm /permissions
Then type the commands in the attachment below to obtain a list of these files with SGID and SUID.