Answer:
1) titration
2) titrand
3) equivalence point
4) titrant
5) Burette
6) Indicator
Explanation:
The process in which a known volume of a standard solution is added to another solution so that the standard solution can react with the solution of unknown concentration such that its concentration is determined can be referred to as titration.
The solution which is added to another solution is called the titrant. The titrand is the solution of unknown concentration
A burette is a glassware used to slowly add a known volume of the titrant to the titrand.
The indicator used signals the point when the reaction is complete by a color change. At this point, a stoichiometric amount of titrant has been added to the titrand. This is also referred to as the equivalence point.
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.