About 698 results
Open links in new tab

Switch Users on Linux with the su Command - GeeksforGeeks
Jan 19, 2024 · Switching users on a Linux system is a fundamental aspect of system administration, allowing users to perform tasks with different privileges. The 'su' command, …
What are the differences between "su", "sudo -s", "sudo -i ...
Oct 22, 2011 · sudo su Asks your password, becomes root momentarily to run su as root. sudo su - Asks your password, becomes root momentarily to run su - as root. So in this case you are …
su Cheat Sheet - su Command Line Guide
Conclusion The su command is a fundamental tool for user management and administrative tasks in Linux. By enabling users to switch to different accounts, particularly the root account, it …