difference-between-su-and-sudo.md 520 B


Title: Difference Between su and sudo Date: 2016-09-11 03:33:54 Categories: [os] tags: [su, sudo] Slug: difference-between-su-and-sudo

Authors: sedlav

‘su‘ forces you to share your root password to other users whereas ‘sudo‘ makes it possible to execute system commands without root password. ‘sudo‘ lets you use your own password to execute system commands i.e., delegates system responsibility without root password.

Link