ยท 5 days agoยท Dev.to
Mastering User Switching in Linux: A Guide to su and sudo
Linux allows users to: Switch to another user Run commands as another user Get administrative access securely Main commands: su sudo 1. su Command Meaning su = substitute user Used to switch from one user to another. Basic Syntax su username Example su devuser System asks: Password: Requires target
#linux#cloud-computing#system-administration#open-source