About 279,000 results
Open links in new tab
  1. su (Unix) - Wikipedia

    The Unix command su, which stands for "substitute user" [1][2] (or historically "superuser" [3][4]), is used by a computer user to execute commands with the privileges of another user account.

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

    Dec 10, 2025 · The su Linux command switches users and elevates privileges in a session. This guide shows how it works and when to use it.

  3. su (1) - Linux manual page - man7.org

    su is mostly designed for unprivileged users, the recommended solution for privileged users (e.g., scripts executed by root) is to use non-set-user-ID command runuser(1) that does not require authentication …

  4. su Man Page - Linux - SS64.com

    Run a command with substitute user and group id, allow one user to temporarily become another user. It runs a command (often an interactive shell) with the real and effective user id, group id, and …

  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 user. When …

  6. Difference Between su and su - Command in Linux - GeeksforGeeks

    Jul 23, 2025 · As a new Linux user, you may always face confusion regarding the difference between `su` command and `su -` command. In Linux, the `su` command is used to switch to another user …

  7. 2025-26 Men's Basketball Schedule - Syracuse University Athletics

    The official 2025-26 Men's Basketball schedule for the Syracuse University Orange

  8. 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 current …

  9. Su-57E Felon ‘Stealth’ Fighter Deal with India ... - 19FortyFive

    4 days ago · Russia is pitching India the Su-57E with deep tech transfer and source code, plus “Make in India” assembly—an offer meant to look different this time.

  10. 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.