Translations:Linux Security/10/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
While sudo and su look similar and both involve root access they are very different. sudo runs a single command as another user and requests the password of your normal user account. su lets you *become* root and requests the password of the root user. In general, it is usually safer to use sudo than to use su.