security difference between sudo make install versus sudo su make install
Is there a security difference between doing
sudo make install
versus two step
sudo su
and then typing
make install
The reason I’m asking is because a security requirement to install some software says you must type exactly ‘make instal… Continue reading security difference between sudo make install versus sudo su make install