About 268,000 results
Open links in new tab
  1. .su - Wikipedia

    Even though the Soviet Union itself was dissolved 15 months later, the .su top-level domain remains in use to the present day. It is administered by the Russian Institute for Public …

  2. Su Command in Linux (Switch User) | Linuxize

    Dec 10, 2020 · The su (short for substitute or switch user) command allows you to run commands with another user's privileges, by default the root user.

  3. SU Command in Linux: How to Use With Examples - phoenixNAP

    Apr 16, 2024 · The su command (substitute user or switch user) is used to switch to another user or the root. Learn how to use the su command in Linux!

  4. 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 …

  5. 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. …

  6. English | SU

    SU - The Danish students' Grants and Loans Scheme Every Dane over the age of 18 is entitled to public support for his or her further education - regardless of social standing.

  7. Difference Between su and su - Command in Linux

    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 …

  8. su

    The su command in Linux and Unix-like systems allows a user to switch their current user ID to that of another user. If no username is specified, su defaults to switching to the superuser (root …

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

  10. Understanding the su Command in Linux - TecAdmin

    Apr 26, 2025 · In this article, we’ve looked at some examples of the su command in action, discussed best practices for using it, explored some alternatives, and covered some important …