476,908 views
6 votes
6 votes
Why do Linux administrators prefer to give sudo access to application teams instead of letting them su to root?

User Diaconu Liviu
by
2.7k points

1 Answer

20 votes
20 votes

Answer:

Step-by-step explanation:

some distros like ubuntu do not even allow su to switch to root. furthermore the su to root is dangerous because the user becomes the all-powerful administrative account, so no warnings are issued if the application team user tries to do something system-breaking.

User Yeouuu
by
3.1k points