About 30,500,000 results
Open links in new tab
  1. Switch Users on Linux with the su Command - GeeksforGeeks

    Nov 8, 2025 · The su command (which stands for "Substitute User") is a fundamental Linux tool that allows you to temporarily switch your current login session to a different user account.

  2. su Linux Command: Syntax, Options, Examples - phoenixNAP

    Dec 10, 2025 · This command allows you to temporarily run administrative commands and then return to regular user permissions. This is especially useful for tasks that require elevated …

  3. 9 su command examples in Linux [Cheat Sheet] - GoLinuxCloud

    Jan 1, 2024 · su is the short form for a switch or substitute user. su command in Linux is used to run a shell with a different user. With the su command, you can easily switch to the root user …

  4. Guide to the Linux su Command With Examples - Baeldung

    Jun 14, 2024 · The su command stands for substitute user or switch user and allows switching from the current user to another. By default, su switches to the root user if no username is …

  5. Mastering `su` and `sudo` in Linux: A Comprehensive Guide

    Nov 14, 2025 · The su command stands for "switch user." It allows a user to change their current user identity to another user. By default, if no username is specified, su will switch to the root …

  6. How to Use the Command 'su' (with examples)

    Dec 17, 2024 · The su command, short for “substitute user,” is a utility in Unix and Linux-based operating systems that allows a user to switch to another user’s shell.

  7. Linux Su Command - Computer Hope

    Jun 1, 2025 · This page covers the GNU / Linux version of su. The su command, which is short for substitute user or switch user, enables the current user to act as another user during the …

  8. Mastering the su Command in Linux: A Complete Guide for Linux

    Feb 12, 2025 · In this guide, we’ll explore the su command in Linux in detail, covering syntax, real-world examples, security best practices, and troubleshooting tips. 📌 For a step-by-step visual …

  9. Understanding the su Command in Linux - TecAdmin

    Apr 26, 2025 · If you’ve ever wanted to run commands as a different user without having to log out and log back in again, then the su command is the perfect tool for you! This command not …

  10. su Cheat Sheet - su Command Line Guide

    The su (substitute user) command in Linux is used to switch to another user account within a terminal session. By default, it switches to the root user, allowing administrators to perform …